Html Css Color HEX #CF29AE Deep Cerise

📋 copy color: '#CF29AE'

red 207 ◦ green 41 ◦ blue 174

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

Shades of Deep Cerise #CF29AE

Tints of Deep Cerise #CF29AE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 9.72%

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

R = 49.05%
G = 9.72%
B = 41.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CF29AE (or 0xCF29AE) is known color: Deep Cerise. HEX triplet: CF, 29 and AE. RGB value is (207,41,174). Sum of RGB (Red+Green+Blue) = 207+41+174=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF29AE is #30D651. Grayscale: #696969. Windows color (decimal): -3200594 or 11413967. OLE color: 11413967.

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

Color convert

RGB 207 41 174 -
CMYK 0 0.80 0.16 0.19
HSL 311.93º 0.67% 0.49% -
HSV(B) 311.93º 0.8% 0.81% -
XYZ 34.17 17.91 41.7 -
YUV 105.8 166.5 200.19 -
System Red Green Blue C M Y K H S L
Decimal 207 41 174 0 0.80 0.16 0.19 311.93 0.67 0.49
Hex CF 29 AE 0 50 10 13 138 43 31
Octal 317 51 256 0 120 20 23 470 103 61
Binary 11001111 101001 10101110 0 1010000 10000 10011 100111000 1000011 110001

Color Harmonies of #CF29AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF29AE

Black with #CF29AE

Text Example


Text Example

White with #CF29AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF29AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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