Html Css Color HEX #C00AAC Deep Magenta

📋 copy color: '#C00AAC'

red 192 ◦ green 10 ◦ blue 172

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

Shades of Deep Magenta #C00AAC

Tints of Deep Magenta #C00AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.99%

R = 51.34%
G = 2.67%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C00AAC (or 0xC00AAC) is known color: Deep Magenta. HEX triplet: C0, 0A and AC. RGB value is (192,10,172). Sum of RGB (Red+Green+Blue) = 192+10+172=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 10 (4.30% from 255 or 2.67% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C00AAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00AAC is #3FF553. Grayscale: #525252. Windows color (decimal): -4191572 or 11274944. OLE color: 11274944.

HSL color Cylindrical-coordinate representation of color #C00AAC: hue angle of 306.59º 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 #C00AAC is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 10 172 -
CMYK 0 0.95 0.10 0.25
HSL 306.59º 0.9% 0.4% -
HSV(B) 306.59º 0.95% 0.75% -
XYZ 29.29 14.4 40.27 -
YUV 82.89 178.3 205.83 -
System Red Green Blue C M Y K H S L
Decimal 192 10 172 0 0.95 0.10 0.25 306.59 0.9 0.4
Hex C0 A AC 0 5F A 19 133 5A 28
Octal 300 12 254 0 137 12 31 463 132 50
Binary 11000000 1010 10101100 0 1011111 1010 11001 100110011 1011010 101000

Color Harmonies of #C00AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00AAC

Black with #C00AAC

Text Example


Text Example

White with #C00AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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