Html Css Color HEX #CC0DD0 Deep Magenta

📋 copy color: '#CC0DD0'

red 204 ◦ green 13 ◦ blue 208

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

Shades of Deep Magenta #CC0DD0

Tints of Deep Magenta #CC0DD0

RGB

 RED value IS 204 (80.08% from 255) = 48%

 GREEN value IS 13 (5.47% from 255) = 3.06%

 BLUE value IS 208 (81.64% from 255) = 48.94%

R = 48%
G = 3.06%
B = 48.94%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CC0DD0 (or 0xCC0DD0) is known color: Deep Magenta. HEX triplet: CC, 0D and D0. RGB value is (204,13,208). Sum of RGB (Red+Green+Blue) = 204+13+208=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #CC0DD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DD0 is #33F22F. Grayscale: #5B5B5B. Windows color (decimal): -3404336 or 13635020. OLE color: 13635020.

HSL color Cylindrical-coordinate representation of color #CC0DD0: hue angle of 298.77º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0DD0 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 13 208 -
CMYK 0.02 0.94 0 0.18
HSL 298.77º 0.88% 0.43% -
HSV(B) 298.77º 0.94% 0.82% -
XYZ 36.43 17.68 61.17 -
YUV 92.34 193.28 207.64 -
System Red Green Blue C M Y K H S L
Decimal 204 13 208 0.02 0.94 0 0.18 298.77 0.88 0.43
Hex CC D D0 2 5E 0 12 12B 58 2B
Octal 314 15 320 2 136 0 22 453 130 53
Binary 11001100 1101 11010000 10 1011110 0 10010 100101011 1011000 101011

Color Harmonies of #CC0DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0DD0

Black with #CC0DD0

Text Example


Text Example

White with #CC0DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0DD0; }

 p { color: rgb(204,13,208); }

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

background-color css

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

 a { background-color: rgb(204,13,208); }

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

border-color css

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

 span { border-color: rgb(204,13,208); }

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