Html Css Color HEX #C100A0 Medium Violet Red

📋 copy color: '#C100A0'

red 193 ◦ green 0 ◦ blue 160

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

Shades of Medium Violet Red #C100A0

Tints of Medium Violet Red #C100A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 45.33%

R = 54.67%
G = 0%
B = 45.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#C100A0 (or 0xC100A0) is known color: Medium Violet Red. HEX triplet: C1, 00 and A0. RGB value is (193,0,160). Sum of RGB (Red+Green+Blue) = 193+0+160=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C100A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C100A0 is #3EFF5F. Grayscale: #4B4B4B. Windows color (decimal): -4128608 or 10485953. OLE color: 10485953.

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

Color convert

RGB 193 0 160 -
CMYK 0 1 0.17 0.24
HSL 310.26º 1% 0.38% -
HSV(B) 310.26º 1% 0.76% -
XYZ 28.34 13.88 34.44 -
YUV 75.95 175.44 211.49 -
System Red Green Blue C M Y K H S L
Decimal 193 0 160 0 1 0.17 0.24 310.26 1 0.38
Hex C1 0 A0 0 64 11 18 136 64 26
Octal 301 0 240 0 144 21 30 466 144 46
Binary 11000001 0 10100000 0 1100100 10001 11000 100110110 1100100 100110

Color Harmonies of #C100A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C100A0

Black with #C100A0

Text Example


Text Example

White with #C100A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C100A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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