Html Css Color HEX #C00AAA Deep Magenta

📋 copy color: '#C00AAA'

red 192 ◦ green 10 ◦ blue 170

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

Shades of Deep Magenta #C00AAA

Tints of Deep Magenta #C00AAA

RGB

 RED value IS 192 (75.39% from 255) = 51.61%

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

 BLUE value IS 170 (66.8% from 255) = 45.7%

R = 51.61%
G = 2.69%
B = 45.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C00AAA (or 0xC00AAA) is known color: Deep Magenta. HEX triplet: C0, 0A and AA. RGB value is (192,10,170). Sum of RGB (Red+Green+Blue) = 192+10+170=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 10 (4.30% from 255 or 2.69% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C00AAA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00AAA is #3FF555. Grayscale: #525252. Windows color (decimal): -4191574 or 11143872. OLE color: 11143872.

HSL color Cylindrical-coordinate representation of color #C00AAA: hue angle of 307.25º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C00AAA is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 10 170 -
CMYK 0 0.95 0.11 0.25
HSL 307.25º 0.9% 0.4% -
HSV(B) 307.25º 0.95% 0.75% -
XYZ 29.1 14.33 39.26 -
YUV 82.66 177.3 205.99 -
System Red Green Blue C M Y K H S L
Decimal 192 10 170 0 0.95 0.11 0.25 307.25 0.9 0.4
Hex C0 A AA 0 5F B 19 133 5A 28
Octal 300 12 252 0 137 13 31 463 132 50
Binary 11000000 1010 10101010 0 1011111 1011 11001 100110011 1011010 101000

Color Harmonies of #C00AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00AAA

Black with #C00AAA

Text Example


Text Example

White with #C00AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00AAA; }

 p { color: rgb(192,10,170); }

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

background-color css

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

 a { background-color: rgb(192,10,170); }

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

border-color css

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

 span { border-color: rgb(192,10,170); }

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