Html Css Color HEX #CF3477 Deep Cerise

📋 copy color: '#CF3477'

red 207 ◦ green 52 ◦ blue 119

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

Shades of Deep Cerise #CF3477

Tints of Deep Cerise #CF3477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 54.76%
G = 13.76%
B = 31.48%

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

#CF3477 (or 0xCF3477) is known color: Deep Cerise. HEX triplet: CF, 34 and 77. RGB value is (207,52,119). Sum of RGB (Red+Green+Blue) = 207+52+119=378 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.76% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3477 is #30CB88. Grayscale: #696969. Windows color (decimal): -3197833 or 7812303. OLE color: 7812303.

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

Color convert

RGB 207 52 119 -
CMYK 0 0.75 0.43 0.19
HSL 334.06º 0.62% 0.51% -
HSV(B) 334.06º 0.75% 0.81% -
XYZ 30.29 17.05 19.15 -
YUV 105.98 135.35 200.05 -
System Red Green Blue C M Y K H S L
Decimal 207 52 119 0 0.75 0.43 0.19 334.06 0.62 0.51
Hex CF 34 77 0 4B 2B 13 14E 3E 33
Octal 317 64 167 0 113 53 23 516 76 63
Binary 11001111 110100 1110111 0 1001011 101011 10011 101001110 111110 110011

Color Harmonies of #CF3477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3477

Black with #CF3477

Text Example


Text Example

White with #CF3477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3477; }

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

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

background-color css

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

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

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

border-color css

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

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

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