Html Css Color HEX #CC0DDA Deep Magenta

📋 copy color: '#CC0DDA'

red 204 ◦ green 13 ◦ blue 218

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

Shades of Deep Magenta #CC0DDA

Tints of Deep Magenta #CC0DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.11%

R = 46.9%
G = 2.99%
B = 50.11%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#CC0DDA (or 0xCC0DDA) is known color: Deep Magenta. HEX triplet: CC, 0D and DA. RGB value is (204,13,218). Sum of RGB (Red+Green+Blue) = 204+13+218=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 13 (5.47% from 255 or 2.99% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #CC0DDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0DDA is #33F225. Grayscale: #5C5C5C. Windows color (decimal): -3404326 or 14290380. OLE color: 14290380.

HSL color Cylindrical-coordinate representation of color #CC0DDA: hue angle of 295.9º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0DDA is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 204 13 218 -
CMYK 0.06 0.94 0 0.15
HSL 295.9º 0.89% 0.45% -
HSV(B) 295.9º 0.94% 0.85% -
XYZ 37.7 18.19 67.85 -
YUV 93.48 198.28 206.83 -
System Red Green Blue C M Y K H S L
Decimal 204 13 218 0.06 0.94 0 0.15 295.9 0.89 0.45
Hex CC D DA 6 5E 0 F 128 59 2D
Octal 314 15 332 6 136 0 17 450 131 55
Binary 11001100 1101 11011010 110 1011110 0 1111 100101000 1011001 101101

Color Harmonies of #CC0DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0DDA

Black with #CC0DDA

Text Example


Text Example

White with #CC0DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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