Html Css Color HEX #CD29CE Deep Magenta

📋 copy color: '#CD29CE'

red 205 ◦ green 41 ◦ blue 206

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

Shades of Deep Magenta #CD29CE

Tints of Deep Magenta #CD29CE

RGB

 RED value IS 205 (80.47% from 255) = 45.35%

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

 BLUE value IS 206 (80.86% from 255) = 45.58%

R = 45.35%
G = 9.07%
B = 45.58%

CMYK

 C value IS 0.00

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD29CE (or 0xCD29CE) is known color: Deep Magenta. HEX triplet: CD, 29 and CE. RGB value is (205,41,206). Sum of RGB (Red+Green+Blue) = 205+41+206=452 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.35% from 452); Green value is 41 (16.41% from 255 or 9.07% from 452); Blue value is 206 (80.86% from 255 or 45.58% from 452); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD29CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD29CE is #32D631. Grayscale: #6C6C6C. Windows color (decimal): -3331634 or 13511117. OLE color: 13511117.

HSL color Cylindrical-coordinate representation of color #CD29CE: hue angle of 299.64º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD29CE is Cyan = 0.00, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 205 41 206 -
CMYK 0.00 0.80 0 0.19
HSL 299.64º 0.67% 0.48% -
HSV(B) 299.64º 0.8% 0.81% -
XYZ 37.11 19.02 60.11 -
YUV 108.85 182.83 196.58 -
System Red Green Blue C M Y K H S L
Decimal 205 41 206 0.00 0.80 0 0.19 299.64 0.67 0.48
Hex CD 29 CE 0 50 0 13 12C 43 30
Octal 315 51 316 0 120 0 23 454 103 60
Binary 11001101 101001 11001110 0 1010000 0 10011 100101100 1000011 110000

Color Harmonies of #CD29CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD29CE

Black with #CD29CE

Text Example


Text Example

White with #CD29CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD29CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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