Html Css Color HEX #C100AB Deep Magenta

📋 copy color: '#C100AB'

red 193 ◦ green 0 ◦ blue 171

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

Shades of Deep Magenta #C100AB

Tints of Deep Magenta #C100AB

RGB

 RED value IS 193 (75.78% from 255) = 53.02%

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

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

R = 53.02%
G = 0%
B = 46.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C100AB (or 0xC100AB) is known color: Deep Magenta. HEX triplet: C1, 00 and AB. RGB value is (193,0,171). Sum of RGB (Red+Green+Blue) = 193+0+171=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C100AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C100AB is #3EFF54. Grayscale: #4C4C4C. Windows color (decimal): -4128597 or 11206849. OLE color: 11206849.

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

Color convert

RGB 193 0 171 -
CMYK 0 1 0.11 0.24
HSL 306.84º 1% 0.38% -
HSV(B) 306.84º 1% 0.76% -
XYZ 29.34 14.28 39.74 -
YUV 77.2 180.94 210.6 -
System Red Green Blue C M Y K H S L
Decimal 193 0 171 0 1 0.11 0.24 306.84 1 0.38
Hex C1 0 AB 0 64 B 18 133 64 26
Octal 301 0 253 0 144 13 30 463 144 46
Binary 11000001 0 10101011 0 1100100 1011 11000 100110011 1100100 100110

Color Harmonies of #C100AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100AB

Black with #C100AB

Text Example


Text Example

White with #C100AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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