Html Css Color HEX #C100AA Deep Magenta

📋 copy color: '#C100AA'

red 193 ◦ green 0 ◦ blue 170

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

Shades of Deep Magenta #C100AA

Tints of Deep Magenta #C100AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.83%

R = 53.17%
G = 0%
B = 46.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C100AA (or 0xC100AA) is known color: Deep Magenta. HEX triplet: C1, 00 and AA. RGB value is (193,0,170). Sum of RGB (Red+Green+Blue) = 193+0+170=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C100AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C100AA is #3EFF55. Grayscale: #4C4C4C. Windows color (decimal): -4128598 or 11141313. OLE color: 11141313.

HSL color Cylindrical-coordinate representation of color #C100AA: hue angle of 307.15º 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 #C100AA is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 0 170 -
CMYK 0 1 0.12 0.24
HSL 307.15º 1% 0.38% -
HSV(B) 307.15º 1% 0.76% -
XYZ 29.25 14.24 39.24 -
YUV 77.09 180.44 210.68 -
System Red Green Blue C M Y K H S L
Decimal 193 0 170 0 1 0.12 0.24 307.15 1 0.38
Hex C1 0 AA 0 64 C 18 133 64 26
Octal 301 0 252 0 144 14 30 463 144 46
Binary 11000001 0 10101010 0 1100100 1100 11000 100110011 1100100 100110

Color Harmonies of #C100AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100AA

Black with #C100AA

Text Example


Text Example

White with #C100AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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