Html Css Color HEX #CF2372 Deep Cerise

📋 copy color: '#CF2372'

red 207 ◦ green 35 ◦ blue 114

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

Shades of Deep Cerise #CF2372

Tints of Deep Cerise #CF2372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.83%

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

R = 58.15%
G = 9.83%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF2372 (or 0xCF2372) is known color: Deep Cerise. HEX triplet: CF, 23 and 72. RGB value is (207,35,114). Sum of RGB (Red+Green+Blue) = 207+35+114=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 35 (14.06% from 255 or 9.83% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2372 is #30DC8D. Grayscale: #5F5F5F. Windows color (decimal): -3202190 or 7480271. OLE color: 7480271.

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

Color convert

RGB 207 35 114 -
CMYK 0 0.83 0.45 0.19
HSL 332.44º 0.71% 0.47% -
HSV(B) 332.44º 0.83% 0.81% -
XYZ 29.37 15.68 17.4 -
YUV 95.43 138.48 207.58 -
System Red Green Blue C M Y K H S L
Decimal 207 35 114 0 0.83 0.45 0.19 332.44 0.71 0.47
Hex CF 23 72 0 53 2D 13 14C 47 2F
Octal 317 43 162 0 123 55 23 514 107 57
Binary 11001111 100011 1110010 0 1010011 101101 10011 101001100 1000111 101111

Color Harmonies of #CF2372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2372

Black with #CF2372

Text Example


Text Example

White with #CF2372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2372; }

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

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

background-color css

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

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

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

border-color css

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

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

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