Html Css Color HEX #CF3872 Cerise

📋 copy color: '#CF3872'

red 207 ◦ green 56 ◦ blue 114

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

Shades of Cerise #CF3872

Tints of Cerise #CF3872

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.85%

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 54.91%
G = 14.85%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF3872 (or 0xCF3872) is known color: Cerise. HEX triplet: CF, 38 and 72. RGB value is (207,56,114). Sum of RGB (Red+Green+Blue) = 207+56+114=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3872 is #30C78D. Grayscale: #6B6B6B. Windows color (decimal): -3196814 or 7485647. OLE color: 7485647.

HSL color Cylindrical-coordinate representation of color #CF3872: hue angle of 336.95º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3872 is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 56 114 -
CMYK 0 0.73 0.45 0.19
HSL 336.95º 0.61% 0.52% -
HSV(B) 336.95º 0.73% 0.81% -
XYZ 30.18 17.31 17.67 -
YUV 107.76 131.53 198.78 -
System Red Green Blue C M Y K H S L
Decimal 207 56 114 0 0.73 0.45 0.19 336.95 0.61 0.52
Hex CF 38 72 0 49 2D 13 151 3D 34
Octal 317 70 162 0 111 55 23 521 75 64
Binary 11001111 111000 1110010 0 1001001 101101 10011 101010001 111101 110100

Color Harmonies of #CF3872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3872

Black with #CF3872

Text Example


Text Example

White with #CF3872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3872; }

 p { color: rgb(207,56,114); }

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

background-color css

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

 a { background-color: rgb(207,56,114); }

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

border-color css

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

 span { border-color: rgb(207,56,114); }

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