Html Css Color HEX #C12099 Medium Violet Red

📋 copy color: '#C12099'

red 193 ◦ green 32 ◦ blue 153

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

Shades of Medium Violet Red #C12099

Tints of Medium Violet Red #C12099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.47%

 BLUE value IS 153 (60.16% from 255) = 40.48%

R = 51.06%
G = 8.47%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C12099 (or 0xC12099) is known color: Medium Violet Red. HEX triplet: C1, 20 and 99. RGB value is (193,32,153). Sum of RGB (Red+Green+Blue) = 193+32+153=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C12099 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12099 is #3EDF66. Grayscale: #5D5D5D. Windows color (decimal): -4120423 or 10035393. OLE color: 10035393.

HSL color Cylindrical-coordinate representation of color #C12099: hue angle of 314.91º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12099 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 32 153 -
CMYK 0 0.83 0.21 0.24
HSL 314.91º 0.72% 0.44% -
HSV(B) 314.91º 0.83% 0.76% -
XYZ 28.26 14.67 31.48 -
YUV 93.93 161.34 198.66 -
System Red Green Blue C M Y K H S L
Decimal 193 32 153 0 0.83 0.21 0.24 314.91 0.72 0.44
Hex C1 20 99 0 53 15 18 13B 48 2C
Octal 301 40 231 0 123 25 30 473 110 54
Binary 11000001 100000 10011001 0 1010011 10101 11000 100111011 1001000 101100

Color Harmonies of #C12099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12099

Black with #C12099

Text Example


Text Example

White with #C12099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12099; }

 p { color: rgb(193,32,153); }

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

background-color css

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

 a { background-color: rgb(193,32,153); }

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

border-color css

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

 span { border-color: rgb(193,32,153); }

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