Html Css Color HEX #C000AB Deep Magenta

📋 copy color: '#C000AB'

red 192 ◦ green 0 ◦ blue 171

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

Shades of Deep Magenta #C000AB

Tints of Deep Magenta #C000AB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 52.89%
G = 0%
B = 47.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C000AB (or 0xC000AB) is known color: Deep Magenta. HEX triplet: C0, 00 and AB. RGB value is (192,0,171). Sum of RGB (Red+Green+Blue) = 192+0+171=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C000AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C000AB is #3FFF54. Grayscale: #4C4C4C. Windows color (decimal): -4194133 or 11206848. OLE color: 11206848.

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

Color convert

RGB 192 0 171 -
CMYK 0 1 0.11 0.25
HSL 306.56º 1% 0.38% -
HSV(B) 306.56º 1% 0.75% -
XYZ 29.09 14.15 39.73 -
YUV 76.9 181.11 210.1 -
System Red Green Blue C M Y K H S L
Decimal 192 0 171 0 1 0.11 0.25 306.56 1 0.38
Hex C0 0 AB 0 64 B 19 133 64 26
Octal 300 0 253 0 144 13 31 463 144 46
Binary 11000000 0 10101011 0 1100100 1011 11001 100110011 1100100 100110

Color Harmonies of #C000AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000AB

Black with #C000AB

Text Example


Text Example

White with #C000AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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