Html Css Color HEX #CF3574 Deep Cerise

📋 copy color: '#CF3574'

red 207 ◦ green 53 ◦ blue 116

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

Shades of Deep Cerise #CF3574

Tints of Deep Cerise #CF3574

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 55.05%
G = 14.1%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF3574 (or 0xCF3574) is known color: Deep Cerise. HEX triplet: CF, 35 and 74. RGB value is (207,53,116). Sum of RGB (Red+Green+Blue) = 207+53+116=376 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.05% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3574 is #30CA8B. Grayscale: #6A6A6A. Windows color (decimal): -3197580 or 7615951. OLE color: 7615951.

HSL color Cylindrical-coordinate representation of color #CF3574: hue angle of 335.45º 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 #CF3574 is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 53 116 -
CMYK 0 0.74 0.44 0.19
HSL 335.45º 0.62% 0.51% -
HSV(B) 335.45º 0.74% 0.81% -
XYZ 30.16 17.07 18.23 -
YUV 106.23 133.52 199.88 -
System Red Green Blue C M Y K H S L
Decimal 207 53 116 0 0.74 0.44 0.19 335.45 0.62 0.51
Hex CF 35 74 0 4A 2C 13 14F 3E 33
Octal 317 65 164 0 112 54 23 517 76 63
Binary 11001111 110101 1110100 0 1001010 101100 10011 101001111 111110 110011

Color Harmonies of #CF3574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3574

Black with #CF3574

Text Example


Text Example

White with #CF3574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3574; }

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

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

background-color css

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

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

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

border-color css

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

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

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