Html Css Color HEX #CF29AC Deep Cerise

📋 copy color: '#CF29AC'

red 207 ◦ green 41 ◦ blue 172

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

Shades of Deep Cerise #CF29AC

Tints of Deep Cerise #CF29AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.95%

R = 49.29%
G = 9.76%
B = 40.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF29AC (or 0xCF29AC) is known color: Deep Cerise. HEX triplet: CF, 29 and AC. RGB value is (207,41,172). Sum of RGB (Red+Green+Blue) = 207+41+172=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF29AC is #30D653. Grayscale: #696969. Windows color (decimal): -3200596 or 11282895. OLE color: 11282895.

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

Color convert

RGB 207 41 172 -
CMYK 0 0.80 0.17 0.19
HSL 312.65º 0.67% 0.49% -
HSV(B) 312.65º 0.8% 0.81% -
XYZ 33.97 17.83 40.68 -
YUV 105.57 165.5 200.35 -
System Red Green Blue C M Y K H S L
Decimal 207 41 172 0 0.80 0.17 0.19 312.65 0.67 0.49
Hex CF 29 AC 0 50 11 13 139 43 31
Octal 317 51 254 0 120 21 23 471 103 61
Binary 11001111 101001 10101100 0 1010000 10001 10011 100111001 1000011 110001

Color Harmonies of #CF29AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF29AC

Black with #CF29AC

Text Example


Text Example

White with #CF29AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF29AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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