Html Css Color HEX #CD00CE Deep Magenta

📋 copy color: '#CD00CE'

red 205 ◦ green 0 ◦ blue 206

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

Shades of Deep Magenta #CD00CE

Tints of Deep Magenta #CD00CE

RGB

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

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

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

R = 49.88%
G = 0%
B = 50.12%

CMYK

 C value IS 0.00

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CD00CE (or 0xCD00CE) is known color: Deep Magenta. HEX triplet: CD, 00 and CE. RGB value is (205,0,206). Sum of RGB (Red+Green+Blue) = 205+0+206=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #CD00CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD00CE is #32FF31. Grayscale: #545454. Windows color (decimal): -3342130 or 13500621. OLE color: 13500621.

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

Color convert

RGB 205 0 206 -
CMYK 0.00 1 0 0.19
HSL 299.71º 1% 0.4% -
HSV(B) 299.71º 1% 0.81% -
XYZ 36.32 17.44 59.84 -
YUV 84.78 196.42 213.75 -
System Red Green Blue C M Y K H S L
Decimal 205 0 206 0.00 1 0 0.19 299.71 1 0.4
Hex CD 0 CE 0 64 0 13 12C 64 28
Octal 315 0 316 0 144 0 23 454 144 50
Binary 11001101 0 11001110 0 1100100 0 10011 100101100 1100100 101000

Color Harmonies of #CD00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD00CE

Black with #CD00CE

Text Example


Text Example

White with #CD00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD00CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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