Html Css Color HEX #CD0ACC Deep Magenta

📋 copy color: '#CD0ACC'

red 205 ◦ green 10 ◦ blue 204

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

Shades of Deep Magenta #CD0ACC

Tints of Deep Magenta #CD0ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.39%

 BLUE value IS 204 (80.08% from 255) = 48.69%

R = 48.93%
G = 2.39%
B = 48.69%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CD0ACC (or 0xCD0ACC) is known color: Deep Magenta. HEX triplet: CD, 0A and CC. RGB value is (205,10,204). Sum of RGB (Red+Green+Blue) = 205+10+204=419 (55% of max value = 765). Red value is 205 (80.47% from 255 or 48.93% from 419); Green value is 10 (4.30% from 255 or 2.39% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 205 - color contains mainly: red. Hex color #CD0ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CD0ACC is #32F533. Grayscale: #595959. Windows color (decimal): -3339572 or 13372109. OLE color: 13372109.

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

Color convert

RGB 205 10 204 -
CMYK 0 0.95 0.00 0.20
HSL 300.31º 0.91% 0.42% -
HSV(B) 300.31º 0.95% 0.8% -
XYZ 36.18 17.56 58.61 -
YUV 90.42 192.1 209.73 -
System Red Green Blue C M Y K H S L
Decimal 205 10 204 0 0.95 0.00 0.20 300.31 0.91 0.42
Hex CD A CC 0 5F 0 14 12C 5B 2A
Octal 315 12 314 0 137 0 24 454 133 52
Binary 11001101 1010 11001100 0 1011111 0 10100 100101100 1011011 101010

Color Harmonies of #CD0ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD0ACC

Black with #CD0ACC

Text Example


Text Example

White with #CD0ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD0ACC; }

 p { color: rgb(205,10,204); }

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

background-color css

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

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

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

border-color css

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

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

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