Html Css Color HEX #CF29DA Deep Magenta

📋 copy color: '#CF29DA'

red 207 ◦ green 41 ◦ blue 218

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

Shades of Deep Magenta #CF29DA

Tints of Deep Magenta #CF29DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.78%

R = 44.42%
G = 8.8%
B = 46.78%

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

#CF29DA (or 0xCF29DA) is known color: Deep Magenta. HEX triplet: CF, 29 and DA. RGB value is (207,41,218). Sum of RGB (Red+Green+Blue) = 207+41+218=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 41 (16.41% from 255 or 8.80% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF29DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29DA is #30D625. Grayscale: #6E6E6E. Windows color (decimal): -3200550 or 14297551. OLE color: 14297551.

HSL color Cylindrical-coordinate representation of color #CF29DA: hue angle of 296.27º degrees, saturation: 0.71, 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 #CF29DA is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 207 41 218 -
CMYK 0.05 0.81 0 0.15
HSL 296.27º 0.71% 0.51% -
HSV(B) 296.27º 0.81% 0.85% -
XYZ 39.18 19.91 68.11 -
YUV 110.81 188.5 196.61 -
System Red Green Blue C M Y K H S L
Decimal 207 41 218 0.05 0.81 0 0.15 296.27 0.71 0.51
Hex CF 29 DA 5 51 0 F 128 47 33
Octal 317 51 332 5 121 0 17 450 107 63
Binary 11001111 101001 11011010 101 1010001 0 1111 100101000 1000111 110011

Color Harmonies of #CF29DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF29DA

Black with #CF29DA

Text Example


Text Example

White with #CF29DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF29DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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