Html Css Color HEX #CD0CCD Deep Magenta

📋 copy color: '#CD0CCD'

red 205 ◦ green 12 ◦ blue 205

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

Shades of Deep Magenta #CD0CCD

Tints of Deep Magenta #CD0CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.84%

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

R = 48.58%
G = 2.84%
B = 48.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CD0CCD (or 0xCD0CCD) is known color: Deep Magenta. HEX triplet: CD, 0C and CD. RGB value is (205,12,205). Sum of RGB (Red+Green+Blue) = 205+12+205=422 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.58% from 422); Green value is 12 (5.08% from 255 or 2.84% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: red, blue. Hex color #CD0CCD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0CCD is #32F332. Grayscale: #5B5B5B. Windows color (decimal): -3339059 or 13438157. OLE color: 13438157.

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

Color convert

RGB 205 12 205 -
CMYK 0 0.94 0 0.20
HSL 300º 0.89% 0.43% -
HSV(B) 300º 0.94% 0.8% -
XYZ 36.33 17.65 59.25 -
YUV 91.71 191.94 208.81 -
System Red Green Blue C M Y K H S L
Decimal 205 12 205 0 0.94 0 0.20 300 0.89 0.43
Hex CD C CD 0 5E 0 14 12C 59 2B
Octal 315 14 315 0 136 0 24 454 131 53
Binary 11001101 1100 11001101 0 1011110 0 10100 100101100 1011001 101011

Color Harmonies of #CD0CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0CCD

Black with #CD0CCD

Text Example


Text Example

White with #CD0CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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