Html Css Color HEX #C100A6 Deep Magenta

📋 copy color: '#C100A6'

red 193 ◦ green 0 ◦ blue 166

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

Shades of Deep Magenta #C100A6

Tints of Deep Magenta #C100A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.24%

R = 53.76%
G = 0%
B = 46.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C100A6 (or 0xC100A6) is known color: Deep Magenta. HEX triplet: C1, 00 and A6. RGB value is (193,0,166). Sum of RGB (Red+Green+Blue) = 193+0+166=359 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.76% from 359); Green value is 0 (0.39% from 255 or 0% from 359); Blue value is 166 (65.23% from 255 or 46.24% from 359); Max value from RGB is 193 - color contains mainly: red. Hex color #C100A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C100A6 is #3EFF59. Grayscale: #4C4C4C. Windows color (decimal): -4128602 or 10879169. OLE color: 10879169.

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

Color convert

RGB 193 0 166 -
CMYK 0 1 0.14 0.24
HSL 308.39º 1% 0.38% -
HSV(B) 308.39º 1% 0.76% -
XYZ 28.88 14.09 37.27 -
YUV 76.63 178.44 211 -
System Red Green Blue C M Y K H S L
Decimal 193 0 166 0 1 0.14 0.24 308.39 1 0.38
Hex C1 0 A6 0 64 E 18 134 64 26
Octal 301 0 246 0 144 16 30 464 144 46
Binary 11000001 0 10100110 0 1100100 1110 11000 100110100 1100100 100110

Color Harmonies of #C100A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100A6

Black with #C100A6

Text Example


Text Example

White with #C100A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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