Html Css Color HEX #CC0CCA Deep Magenta

📋 copy color: '#CC0CCA'

red 204 ◦ green 12 ◦ blue 202

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

Shades of Deep Magenta #CC0CCA

Tints of Deep Magenta #CC0CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 48.8%
G = 2.87%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#CC0CCA (or 0xCC0CCA) is known color: Deep Magenta. HEX triplet: CC, 0C and CA. RGB value is (204,12,202). Sum of RGB (Red+Green+Blue) = 204+12+202=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 12 (5.08% from 255 or 2.87% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0CCA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC0CCA is #33F335. Grayscale: #5A5A5A. Windows color (decimal): -3404598 or 13241548. OLE color: 13241548.

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

Color convert

RGB 204 12 202 -
CMYK 0 0.94 0.01 0.2
HSL 300.63º 0.89% 0.42% -
HSV(B) 300.63º 0.94% 0.8% -
XYZ 35.69 17.36 57.35 -
YUV 91.07 190.61 208.55 -
System Red Green Blue C M Y K H S L
Decimal 204 12 202 0 0.94 0.01 0.2 300.63 0.89 0.42
Hex CC C CA 0 5E 1 14 12D 59 2A
Octal 314 14 312 0 136 1 24 455 131 52
Binary 11001100 1100 11001010 0 1011110 1 10100 100101101 1011001 101010

Color Harmonies of #CC0CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC0CCA

Black with #CC0CCA

Text Example


Text Example

White with #CC0CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC0CCA; }

 p { color: rgb(204,12,202); }

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

background-color css

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

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

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

border-color css

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

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

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