Html Css Color HEX #CF2772 Deep Cerise

📋 copy color: '#CF2772'

red 207 ◦ green 39 ◦ blue 114

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

Shades of Deep Cerise #CF2772

Tints of Deep Cerise #CF2772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.83%

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

R = 57.5%
G = 10.83%
B = 31.67%

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

#CF2772 (or 0xCF2772) is known color: Deep Cerise. HEX triplet: CF, 27 and 72. RGB value is (207,39,114). Sum of RGB (Red+Green+Blue) = 207+39+114=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2772 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2772 is #30D88D. Grayscale: #616161. Windows color (decimal): -3201166 or 7481295. OLE color: 7481295.

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

Color convert

RGB 207 39 114 -
CMYK 0 0.81 0.45 0.19
HSL 333.21º 0.68% 0.48% -
HSV(B) 333.21º 0.81% 0.81% -
XYZ 29.49 15.93 17.44 -
YUV 97.78 137.16 205.9 -
System Red Green Blue C M Y K H S L
Decimal 207 39 114 0 0.81 0.45 0.19 333.21 0.68 0.48
Hex CF 27 72 0 51 2D 13 14D 44 30
Octal 317 47 162 0 121 55 23 515 104 60
Binary 11001111 100111 1110010 0 1010001 101101 10011 101001101 1000100 110000

Color Harmonies of #CF2772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2772

Black with #CF2772

Text Example


Text Example

White with #CF2772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2772; }

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

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

background-color css

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

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

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

border-color css

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

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

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