Html Css Color HEX #CF2872 Deep Cerise

📋 copy color: '#CF2872'

red 207 ◦ green 40 ◦ blue 114

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

Shades of Deep Cerise #CF2872

Tints of Deep Cerise #CF2872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.08%

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

R = 57.34%
G = 11.08%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF2872 (or 0xCF2872) is known color: Deep Cerise. HEX triplet: CF, 28 and 72. RGB value is (207,40,114). Sum of RGB (Red+Green+Blue) = 207+40+114=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2872 is #30D78D. Grayscale: #626262. Windows color (decimal): -3200910 or 7481551. OLE color: 7481551.

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

Color convert

RGB 207 40 114 -
CMYK 0 0.81 0.45 0.19
HSL 333.41º 0.68% 0.48% -
HSV(B) 333.41º 0.81% 0.81% -
XYZ 29.53 16 17.45 -
YUV 98.37 136.83 205.48 -
System Red Green Blue C M Y K H S L
Decimal 207 40 114 0 0.81 0.45 0.19 333.41 0.68 0.48
Hex CF 28 72 0 51 2D 13 14D 44 30
Octal 317 50 162 0 121 55 23 515 104 60
Binary 11001111 101000 1110010 0 1010001 101101 10011 101001101 1000100 110000

Color Harmonies of #CF2872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2872

Black with #CF2872

Text Example


Text Example

White with #CF2872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2872; }

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

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

background-color css

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

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

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

border-color css

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

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

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