Html Css Color HEX #CC0DDD Deep Magenta

📋 copy color: '#CC0DDD'

red 204 ◦ green 13 ◦ blue 221

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

Shades of Deep Magenta #CC0DDD

Tints of Deep Magenta #CC0DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.46%

R = 46.58%
G = 2.97%
B = 50.46%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CC0DDD (or 0xCC0DDD) is known color: Deep Magenta. HEX triplet: CC, 0D and DD. RGB value is (204,13,221). Sum of RGB (Red+Green+Blue) = 204+13+221=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 13 (5.47% from 255 or 2.97% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC0DDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DDD is #33F222. Grayscale: #5D5D5D. Windows color (decimal): -3404323 or 14486988. OLE color: 14486988.

HSL color Cylindrical-coordinate representation of color #CC0DDD: hue angle of 295.1º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0DDD is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 13 221 -
CMYK 0.08 0.94 0 0.13
HSL 295.1º 0.89% 0.46% -
HSV(B) 295.1º 0.94% 0.87% -
XYZ 38.1 18.35 69.94 -
YUV 93.82 199.78 206.59 -
System Red Green Blue C M Y K H S L
Decimal 204 13 221 0.08 0.94 0 0.13 295.1 0.89 0.46
Hex CC D DD 8 5E 0 D 127 59 2E
Octal 314 15 335 10 136 0 15 447 131 56
Binary 11001100 1101 11011101 1000 1011110 0 1101 100100111 1011001 101110

Color Harmonies of #CC0DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0DDD

Black with #CC0DDD

Text Example


Text Example

White with #CC0DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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