Html Css Color HEX #CF3276 Deep Cerise

📋 copy color: '#CF3276'

red 207 ◦ green 50 ◦ blue 118

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

Shades of Deep Cerise #CF3276

Tints of Deep Cerise #CF3276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.33%

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

R = 55.2%
G = 13.33%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CF3276 (or 0xCF3276) is known color: Deep Cerise. HEX triplet: CF, 32 and 76. RGB value is (207,50,118). Sum of RGB (Red+Green+Blue) = 207+50+118=375 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.2% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3276 is #30CD89. Grayscale: #686868. Windows color (decimal): -3198346 or 7746255. OLE color: 7746255.

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

Color convert

RGB 207 50 118 -
CMYK 0 0.76 0.43 0.19
HSL 334.01º 0.62% 0.5% -
HSV(B) 334.01º 0.76% 0.81% -
XYZ 30.14 16.85 18.8 -
YUV 104.7 135.51 200.97 -
System Red Green Blue C M Y K H S L
Decimal 207 50 118 0 0.76 0.43 0.19 334.01 0.62 0.5
Hex CF 32 76 0 4C 2B 13 14E 3E 32
Octal 317 62 166 0 114 53 23 516 76 62
Binary 11001111 110010 1110110 0 1001100 101011 10011 101001110 111110 110010

Color Harmonies of #CF3276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3276

Black with #CF3276

Text Example


Text Example

White with #CF3276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3276; }

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

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

background-color css

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

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

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

border-color css

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

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

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