Html Css Color HEX #C00AAB Deep Magenta

📋 copy color: '#C00AAB'

red 192 ◦ green 10 ◦ blue 171

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

Shades of Deep Magenta #C00AAB

Tints of Deep Magenta #C00AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.84%

R = 51.47%
G = 2.68%
B = 45.84%

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

#C00AAB (or 0xC00AAB) is known color: Deep Magenta. HEX triplet: C0, 0A and AB. RGB value is (192,10,171). Sum of RGB (Red+Green+Blue) = 192+10+171=373 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.47% from 373); Green value is 10 (4.30% from 255 or 2.68% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 192 - color contains mainly: red. Hex color #C00AAB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00AAB is #3FF554. Grayscale: #525252. Windows color (decimal): -4191573 or 11209408. OLE color: 11209408.

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

Color convert

RGB 192 10 171 -
CMYK 0 0.95 0.11 0.25
HSL 306.92º 0.9% 0.4% -
HSV(B) 306.92º 0.95% 0.75% -
XYZ 29.2 14.36 39.76 -
YUV 82.77 177.8 205.91 -
System Red Green Blue C M Y K H S L
Decimal 192 10 171 0 0.95 0.11 0.25 306.92 0.9 0.4
Hex C0 A AB 0 5F B 19 133 5A 28
Octal 300 12 253 0 137 13 31 463 132 50
Binary 11000000 1010 10101011 0 1011111 1011 11001 100110011 1011010 101000

Color Harmonies of #C00AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00AAB

Black with #C00AAB

Text Example


Text Example

White with #C00AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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