Html Css Color HEX #CF29DD Deep Magenta

📋 copy color: '#CF29DD'

red 207 ◦ green 41 ◦ blue 221

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

Shades of Deep Magenta #CF29DD

Tints of Deep Magenta #CF29DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.12%

R = 44.14%
G = 8.74%
B = 47.12%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF29DD (or 0xCF29DD) is known color: Deep Magenta. HEX triplet: CF, 29 and DD. RGB value is (207,41,221). Sum of RGB (Red+Green+Blue) = 207+41+221=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 41 (16.41% from 255 or 8.74% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF29DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29DD is #30D622. Grayscale: #6E6E6E. Windows color (decimal): -3200547 or 14494159. OLE color: 14494159.

HSL color Cylindrical-coordinate representation of color #CF29DD: hue angle of 295.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF29DD is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 207 41 221 -
CMYK 0.06 0.81 0 0.13
HSL 295.33º 0.73% 0.51% -
HSV(B) 295.33º 0.81% 0.87% -
XYZ 39.58 20.07 70.19 -
YUV 111.15 190 196.36 -
System Red Green Blue C M Y K H S L
Decimal 207 41 221 0.06 0.81 0 0.13 295.33 0.73 0.51
Hex CF 29 DD 6 51 0 D 127 49 33
Octal 317 51 335 6 121 0 15 447 111 63
Binary 11001111 101001 11011101 110 1010001 0 1101 100100111 1001001 110011

Color Harmonies of #CF29DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF29DD

Black with #CF29DD

Text Example


Text Example

White with #CF29DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF29DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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