Html Css Color HEX #CF29D9 Deep Magenta

📋 copy color: '#CF29D9'

red 207 ◦ green 41 ◦ blue 217

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

Shades of Deep Magenta #CF29D9

Tints of Deep Magenta #CF29D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 46.67%

R = 44.52%
G = 8.82%
B = 46.67%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CF29D9 (or 0xCF29D9) is known color: Deep Magenta. HEX triplet: CF, 29 and D9. RGB value is (207,41,217). Sum of RGB (Red+Green+Blue) = 207+41+217=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 217 (85.16% from 255 or 46.67% from 465); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF29D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29D9 is #30D626. Grayscale: #6E6E6E. Windows color (decimal): -3200551 or 14232015. OLE color: 14232015.

HSL color Cylindrical-coordinate representation of color #CF29D9: hue angle of 296.59º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF29D9 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 41 217 -
CMYK 0.05 0.81 0 0.15
HSL 296.59º 0.7% 0.51% -
HSV(B) 296.59º 0.81% 0.85% -
XYZ 39.05 19.86 67.42 -
YUV 110.7 188 196.69 -
System Red Green Blue C M Y K H S L
Decimal 207 41 217 0.05 0.81 0 0.15 296.59 0.7 0.51
Hex CF 29 D9 5 51 0 F 129 46 33
Octal 317 51 331 5 121 0 17 451 106 63
Binary 11001111 101001 11011001 101 1010001 0 1111 100101001 1000110 110011

Color Harmonies of #CF29D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF29D9

Black with #CF29D9

Text Example


Text Example

White with #CF29D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF29D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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