Html Css Color HEX #CF3372 Cerise

📋 copy color: '#CF3372'

red 207 ◦ green 51 ◦ blue 114

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

Shades of Cerise #CF3372

Tints of Cerise #CF3372

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.71%

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

R = 55.65%
G = 13.71%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF3372 (or 0xCF3372) is known color: Cerise. HEX triplet: CF, 33 and 72. RGB value is (207,51,114). Sum of RGB (Red+Green+Blue) = 207+51+114=372 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.65% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF3372 is #30CC8D. Grayscale: #686868. Windows color (decimal): -3198094 or 7484367. OLE color: 7484367.

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

Color convert

RGB 207 51 114 -
CMYK 0 0.75 0.45 0.19
HSL 335.77º 0.62% 0.51% -
HSV(B) 335.77º 0.75% 0.81% -
XYZ 29.95 16.85 17.59 -
YUV 104.83 133.18 200.88 -
System Red Green Blue C M Y K H S L
Decimal 207 51 114 0 0.75 0.45 0.19 335.77 0.62 0.51
Hex CF 33 72 0 4B 2D 13 150 3E 33
Octal 317 63 162 0 113 55 23 520 76 63
Binary 11001111 110011 1110010 0 1001011 101101 10011 101010000 111110 110011

Color Harmonies of #CF3372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF3372

Black with #CF3372

Text Example


Text Example

White with #CF3372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF3372; }

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

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

background-color css

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

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

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

border-color css

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

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

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