Html Css Color HEX #CF2DAE Deep Cerise

📋 copy color: '#CF2DAE'

red 207 ◦ green 45 ◦ blue 174

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

Shades of Deep Cerise #CF2DAE

Tints of Deep Cerise #CF2DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.56%

 BLUE value IS 174 (68.36% from 255) = 40.85%

R = 48.59%
G = 10.56%
B = 40.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CF2DAE (or 0xCF2DAE) is known color: Deep Cerise. HEX triplet: CF, 2D and AE. RGB value is (207,45,174). Sum of RGB (Red+Green+Blue) = 207+45+174=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 45 (17.97% from 255 or 10.56% from 426); Blue value is 174 (68.36% from 255 or 40.85% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF2DAE is #30D251. Grayscale: #6B6B6B. Windows color (decimal): -3199570 or 11414991. OLE color: 11414991.

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

Color convert

RGB 207 45 174 -
CMYK 0 0.78 0.16 0.19
HSL 312.22º 0.64% 0.49% -
HSV(B) 312.22º 0.78% 0.81% -
XYZ 34.31 18.2 41.75 -
YUV 108.14 165.17 198.51 -
System Red Green Blue C M Y K H S L
Decimal 207 45 174 0 0.78 0.16 0.19 312.22 0.64 0.49
Hex CF 2D AE 0 4E 10 13 138 40 31
Octal 317 55 256 0 116 20 23 470 100 61
Binary 11001111 101101 10101110 0 1001110 10000 10011 100111000 1000000 110001

Color Harmonies of #CF2DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2DAE

Black with #CF2DAE

Text Example


Text Example

White with #CF2DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2DAE; }

 p { color: rgb(207,45,174); }

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

background-color css

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

 a { background-color: rgb(207,45,174); }

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

border-color css

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

 span { border-color: rgb(207,45,174); }

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