Html Css Color HEX #CF3476 Deep Cerise

📋 copy color: '#CF3476'

red 207 ◦ green 52 ◦ blue 118

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

Shades of Deep Cerise #CF3476

Tints of Deep Cerise #CF3476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 13.79%

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 54.91%
G = 13.79%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF3476 (or 0xCF3476) is known color: Deep Cerise. HEX triplet: CF, 34 and 76. RGB value is (207,52,118). Sum of RGB (Red+Green+Blue) = 207+52+118=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 52 (20.70% from 255 or 13.79% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3476 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3476 is #30CB89. Grayscale: #696969. Windows color (decimal): -3197834 or 7746767. OLE color: 7746767.

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

Color convert

RGB 207 52 118 -
CMYK 0 0.75 0.43 0.19
HSL 334.45º 0.62% 0.51% -
HSV(B) 334.45º 0.75% 0.81% -
XYZ 30.23 17.03 18.83 -
YUV 105.87 134.85 200.13 -
System Red Green Blue C M Y K H S L
Decimal 207 52 118 0 0.75 0.43 0.19 334.45 0.62 0.51
Hex CF 34 76 0 4B 2B 13 14E 3E 33
Octal 317 64 166 0 113 53 23 516 76 63
Binary 11001111 110100 1110110 0 1001011 101011 10011 101001110 111110 110011

Color Harmonies of #CF3476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3476

Black with #CF3476

Text Example


Text Example

White with #CF3476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3476; }

 p { color: rgb(207,52,118); }

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

background-color css

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

 a { background-color: rgb(207,52,118); }

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

border-color css

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

 span { border-color: rgb(207,52,118); }

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