Html Css Color HEX #C001AB Deep Magenta

📋 copy color: '#C001AB'

red 192 ◦ green 1 ◦ blue 171

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

Shades of Deep Magenta #C001AB

Tints of Deep Magenta #C001AB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.27%

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

R = 52.75%
G = 0.27%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C001AB (or 0xC001AB) is known color: Deep Magenta. HEX triplet: C0, 01 and AB. RGB value is (192,1,171). Sum of RGB (Red+Green+Blue) = 192+1+171=364 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.75% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 192 - color contains mainly: red. Hex color #C001AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C001AB is #3FFE54. Grayscale: #4D4D4D. Windows color (decimal): -4193877 or 11207104. OLE color: 11207104.

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

Color convert

RGB 192 1 171 -
CMYK 0 0.99 0.11 0.25
HSL 306.6º 0.99% 0.38% -
HSV(B) 306.6º 0.99% 0.75% -
XYZ 29.1 14.17 39.73 -
YUV 77.49 180.78 209.68 -
System Red Green Blue C M Y K H S L
Decimal 192 1 171 0 0.99 0.11 0.25 306.6 0.99 0.38
Hex C0 1 AB 0 63 B 19 133 63 26
Octal 300 1 253 0 143 13 31 463 143 46
Binary 11000000 1 10101011 0 1100011 1011 11001 100110011 1100011 100110

Color Harmonies of #C001AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C001AB

Black with #C001AB

Text Example


Text Example

White with #C001AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C001AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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