Html Css Color HEX #CF29CD Deep Magenta

📋 copy color: '#CF29CD'

red 207 ◦ green 41 ◦ blue 205

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

Shades of Deep Magenta #CF29CD

Tints of Deep Magenta #CF29CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 45.7%
G = 9.05%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CF29CD (or 0xCF29CD) is known color: Deep Magenta. HEX triplet: CF, 29 and CD. RGB value is (207,41,205). Sum of RGB (Red+Green+Blue) = 207+41+205=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 41 (16.41% from 255 or 9.05% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF29CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF29CD is #30D632. Grayscale: #6C6C6C. Windows color (decimal): -3200563 or 13445583. OLE color: 13445583.

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

Color convert

RGB 207 41 205 -
CMYK 0 0.80 0.01 0.19
HSL 300.72º 0.67% 0.49% -
HSV(B) 300.72º 0.8% 0.81% -
XYZ 37.54 19.26 59.5 -
YUV 109.33 182 197.66 -
System Red Green Blue C M Y K H S L
Decimal 207 41 205 0 0.80 0.01 0.19 300.72 0.67 0.49
Hex CF 29 CD 0 50 1 13 12D 43 31
Octal 317 51 315 0 120 1 23 455 103 61
Binary 11001111 101001 11001101 0 1010000 1 10011 100101101 1000011 110001

Color Harmonies of #CF29CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF29CD

Black with #CF29CD

Text Example


Text Example

White with #CF29CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF29CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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