Html Css Color HEX #C100AD Deep Magenta

📋 copy color: '#C100AD'

red 193 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #C100AD

Tints of Deep Magenta #C100AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 47.27%

R = 52.73%
G = 0%
B = 47.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C100AD (or 0xC100AD) is known color: Deep Magenta. HEX triplet: C1, 00 and AD. RGB value is (193,0,173). Sum of RGB (Red+Green+Blue) = 193+0+173=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 0 (0.39% from 255 or 0% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C100AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C100AD is #3EFF52. Grayscale: #4C4C4C. Windows color (decimal): -4128595 or 11337921. OLE color: 11337921.

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

Color convert

RGB 193 0 173 -
CMYK 0 1 0.10 0.24
HSL 306.22º 1% 0.38% -
HSV(B) 306.22º 1% 0.76% -
XYZ 29.54 14.35 40.75 -
YUV 77.43 181.94 210.43 -
System Red Green Blue C M Y K H S L
Decimal 193 0 173 0 1 0.10 0.24 306.22 1 0.38
Hex C1 0 AD 0 64 A 18 132 64 26
Octal 301 0 255 0 144 12 30 462 144 46
Binary 11000001 0 10101101 0 1100100 1010 11000 100110010 1100100 100110

Color Harmonies of #C100AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100AD

Black with #C100AD

Text Example


Text Example

White with #C100AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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