Html Css Color HEX #CF29AD Deep Cerise

📋 copy color: '#CF29AD'

red 207 ◦ green 41 ◦ blue 173

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

Shades of Deep Cerise #CF29AD

Tints of Deep Cerise #CF29AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.09%

R = 49.17%
G = 9.74%
B = 41.09%

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

#CF29AD (or 0xCF29AD) is known color: Deep Cerise. HEX triplet: CF, 29 and AD. RGB value is (207,41,173). Sum of RGB (Red+Green+Blue) = 207+41+173=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF29AD is #30D652. Grayscale: #696969. Windows color (decimal): -3200595 or 11348431. OLE color: 11348431.

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

Color convert

RGB 207 41 173 -
CMYK 0 0.80 0.16 0.19
HSL 312.29º 0.67% 0.49% -
HSV(B) 312.29º 0.8% 0.81% -
XYZ 34.07 17.87 41.19 -
YUV 105.68 166 200.27 -
System Red Green Blue C M Y K H S L
Decimal 207 41 173 0 0.80 0.16 0.19 312.29 0.67 0.49
Hex CF 29 AD 0 50 10 13 138 43 31
Octal 317 51 255 0 120 20 23 470 103 61
Binary 11001111 101001 10101101 0 1010000 10000 10011 100111000 1000011 110001

Color Harmonies of #CF29AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF29AD

Black with #CF29AD

Text Example


Text Example

White with #CF29AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF29AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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