Html Css Color HEX #CF3575 Deep Cerise

📋 copy color: '#CF3575'

red 207 ◦ green 53 ◦ blue 117

#CF3575
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #CF3575

Tints of Deep Cerise #CF3575

RGB

 RED value IS 207 (81.25% from 255) = 54.91%

 GREEN value IS 53 (21.09% from 255) = 14.06%

 BLUE value IS 117 (46.09% from 255) = 31.03%

R = 54.91%
G = 14.06%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF3575 (or 0xCF3575) is known color: Deep Cerise. HEX triplet: CF, 35 and 75. RGB value is (207,53,117). Sum of RGB (Red+Green+Blue) = 207+53+117=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3575 is #30CA8A. Grayscale: #6A6A6A. Windows color (decimal): -3197579 or 7681487. OLE color: 7681487.

HSL color Cylindrical-coordinate representation of color #CF3575: hue angle of 335.06º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3575 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 53 117 -
CMYK 0 0.74 0.43 0.19
HSL 335.06º 0.62% 0.51% -
HSV(B) 335.06º 0.74% 0.81% -
XYZ 30.22 17.1 18.54 -
YUV 106.34 134.02 199.8 -
System Red Green Blue C M Y K H S L
Decimal 207 53 117 0 0.74 0.43 0.19 335.06 0.62 0.51
Hex CF 35 75 0 4A 2B 13 14F 3E 33
Octal 317 65 165 0 112 53 23 517 76 63
Binary 11001111 110101 1110101 0 1001010 101011 10011 101001111 111110 110011

Color Harmonies of #CF3575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3575

Black with #CF3575

Text Example


Text Example

White with #CF3575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3575; }

 p { color: rgb(207,53,117); }

 H1.HeaderClassName
 {
   color: #CF3575;
 }
 .AnyTagClassName
 {
   color: #CF3575;
 }
</style>

background-color css

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

 a { background-color: rgb(207,53,117); }

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

border-color css

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

 span { border-color: rgb(207,53,117); }

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