Html Css Color HEX #C100AC Deep Magenta

📋 copy color: '#C100AC'

red 193 ◦ green 0 ◦ blue 172

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

Shades of Deep Magenta #C100AC

Tints of Deep Magenta #C100AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 52.88%
G = 0%
B = 47.12%

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

#C100AC (or 0xC100AC) is known color: Deep Magenta. HEX triplet: C1, 00 and AC. RGB value is (193,0,172). Sum of RGB (Red+Green+Blue) = 193+0+172=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 0 (0.39% from 255 or 0% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C100AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C100AC is #3EFF53. Grayscale: #4C4C4C. Windows color (decimal): -4128596 or 11272385. OLE color: 11272385.

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

Color convert

RGB 193 0 172 -
CMYK 0 1 0.11 0.24
HSL 306.53º 1% 0.38% -
HSV(B) 306.53º 1% 0.76% -
XYZ 29.44 14.32 40.24 -
YUV 77.32 181.44 210.51 -
System Red Green Blue C M Y K H S L
Decimal 193 0 172 0 1 0.11 0.24 306.53 1 0.38
Hex C1 0 AC 0 64 B 18 133 64 26
Octal 301 0 254 0 144 13 30 463 144 46
Binary 11000001 0 10101100 0 1100100 1011 11000 100110011 1100100 100110

Color Harmonies of #C100AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100AC

Black with #C100AC

Text Example


Text Example

White with #C100AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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