Html Css Color HEX #CD00CD Deep Magenta

📋 copy color: '#CD00CD'

red 205 ◦ green 0 ◦ blue 205

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

Shades of Deep Magenta #CD00CD

Tints of Deep Magenta #CD00CD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50%
G = 0%
B = 50%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CD00CD (or 0xCD00CD) is known color: Deep Magenta. HEX triplet: CD, 00 and CD. RGB value is (205,0,205). Sum of RGB (Red+Green+Blue) = 205+0+205=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD00CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD00CD is #32FF32. Grayscale: #545454. Windows color (decimal): -3342131 or 13435085. OLE color: 13435085.

HSL color Cylindrical-coordinate representation of color #CD00CD: hue angle of 300º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CD00CD is Cyan = 0, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 0 205 -
CMYK 0 1 0 0.20
HSL 300º 1% 0.4% -
HSV(B) 300º 1% 0.8% -
XYZ 36.2 17.39 59.21 -
YUV 84.67 195.92 213.83 -
System Red Green Blue C M Y K H S L
Decimal 205 0 205 0 1 0 0.20 300 1 0.4
Hex CD 0 CD 0 64 0 14 12C 64 28
Octal 315 0 315 0 144 0 24 454 144 50
Binary 11001101 0 11001101 0 1100100 0 10100 100101100 1100100 101000

Color Harmonies of #CD00CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD00CD

Black with #CD00CD

Text Example


Text Example

White with #CD00CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD00CD; }

 p { color: rgb(205,0,205); }

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

background-color css

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

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

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

border-color css

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

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

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