#CF398A

Color #CF398A Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #CF398A

Tints of Deep Cerise #CF398A

Color information

#CF398A (or 0xCF398A) is unknown color: approx Deep Cerise. HEX triplet: CF, 39 and 8A. RGB value is (207,57,138). Sum of RGB (Red+Green+Blue) = 207+57+138=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CF398A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF398A is #30C675. Grayscale: #6E6E6E. Windows color (decimal): -3196534 or 9058767. OLE color: 9058767.

HSL color Cylindrical-coordinate representation of color #CF398A: hue angle of 327.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF398A is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB20757138-
CMYK00.720.330.19
HSL327.6º60.98%51.76%-
HSV(B)327.6º72.46%81.18%-
XYZ31.7818.0325.85-
YUV111.08143.2196.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 51.49%
GREEN value IS 57 (22.66% from 255) = 14.18%
BLUE value IS 138 (54.30% from 255) = 34.33%
R=51.49%
G=14.18%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2075713800.720.330.19327.660.9851.76
HexCF398A04821131483d34
Octal31771212011041235107564
Binary11001111111001100010100100100010000110011101001000111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF398A; }

 p { color: rgb(207,57,138); }

 H1.HeaderClassName
 {
   color: #CF398A;
 }
 .AnyTagClassName
 {
   color: #CF398A;
 }
</style>
background-color css

<style>
 a { background-color: #CF398A; }

 a { background-color: rgb(207,57,138); }

 div.DivClassName
 {
   background-color: #CF398A;
 }
 .BgClassName
 {
   background-color: #CF398A;
 }
</style>
border-color css

<style>
 span { border-color: #CF398A; }

 span { border-color: rgb(207,57,138); }

 td.TdClassName
 {
   border-color: #CF398A;
 }
 .TagClassName
 {
   border-color: #CF398A;
 }
</style>