Html Css Color HEX #CF29DE Deep Magenta

📋 copy color: '#CF29DE'

red 207 ◦ green 41 ◦ blue 222

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

Shades of Deep Magenta #CF29DE

Tints of Deep Magenta #CF29DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 47.23%

R = 44.04%
G = 8.72%
B = 47.23%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CF29DE (or 0xCF29DE) is known color: Deep Magenta. HEX triplet: CF, 29 and DE. RGB value is (207,41,222). Sum of RGB (Red+Green+Blue) = 207+41+222=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 41 (16.41% from 255 or 8.72% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #CF29DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29DE is #30D621. Grayscale: #6E6E6E. Windows color (decimal): -3200546 or 14559695. OLE color: 14559695.

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

Color convert

RGB 207 41 222 -
CMYK 0.07 0.82 0 0.13
HSL 295.03º 0.73% 0.52% -
HSV(B) 295.03º 0.82% 0.87% -
XYZ 39.71 20.13 70.9 -
YUV 111.27 190.5 196.28 -
System Red Green Blue C M Y K H S L
Decimal 207 41 222 0.07 0.82 0 0.13 295.03 0.73 0.52
Hex CF 29 DE 7 52 0 D 127 49 34
Octal 317 51 336 7 122 0 15 447 111 64
Binary 11001111 101001 11011110 111 1010010 0 1101 100100111 1001001 110100

Color Harmonies of #CF29DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF29DE

Black with #CF29DE

Text Example


Text Example

White with #CF29DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF29DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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