Html Css Color HEX #CF2C7E Deep Cerise

📋 copy color: '#CF2C7E'

red 207 ◦ green 44 ◦ blue 126

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

Shades of Deep Cerise #CF2C7E

Tints of Deep Cerise #CF2C7E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.67%

 BLUE value IS 126 (49.61% from 255) = 33.42%

R = 54.91%
G = 11.67%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF2C7E (or 0xCF2C7E) is known color: Deep Cerise. HEX triplet: CF, 2C and 7E. RGB value is (207,44,126). Sum of RGB (Red+Green+Blue) = 207+44+126=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 126 (49.61% from 255 or 33.42% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF2C7E is #30D381. Grayscale: #656565. Windows color (decimal): -3199874 or 8269007. OLE color: 8269007.

HSL color Cylindrical-coordinate representation of color #CF2C7E: hue angle of 329.82º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2C7E is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 44 126 -
CMYK 0 0.79 0.39 0.19
HSL 329.82º 0.65% 0.49% -
HSV(B) 329.82º 0.79% 0.81% -
XYZ 30.4 16.57 21.34 -
YUV 102.09 141.5 202.83 -
System Red Green Blue C M Y K H S L
Decimal 207 44 126 0 0.79 0.39 0.19 329.82 0.65 0.49
Hex CF 2C 7E 0 4F 27 13 14A 41 31
Octal 317 54 176 0 117 47 23 512 101 61
Binary 11001111 101100 1111110 0 1001111 100111 10011 101001010 1000001 110001

Color Harmonies of #CF2C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2C7E

Black with #CF2C7E

Text Example


Text Example

White with #CF2C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2C7E; }

 p { color: rgb(207,44,126); }

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

background-color css

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

 a { background-color: rgb(207,44,126); }

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

border-color css

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

 span { border-color: rgb(207,44,126); }

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