Html Css Color HEX #C12092 Medium Violet Red

📋 copy color: '#C12092'

red 193 ◦ green 32 ◦ blue 146

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

Shades of Medium Violet Red #C12092

Tints of Medium Violet Red #C12092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.35%

R = 52.02%
G = 8.63%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C12092 (or 0xC12092) is known color: Medium Violet Red. HEX triplet: C1, 20 and 92. RGB value is (193,32,146). Sum of RGB (Red+Green+Blue) = 193+32+146=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 32 (12.89% from 255 or 8.63% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C12092 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12092 is #3EDF6D. Grayscale: #5C5C5C. Windows color (decimal): -4120430 or 9576641. OLE color: 9576641.

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

Color convert

RGB 193 32 146 -
CMYK 0 0.83 0.24 0.24
HSL 317.52º 0.72% 0.44% -
HSV(B) 317.52º 0.83% 0.76% -
XYZ 27.7 14.45 28.52 -
YUV 93.14 157.84 199.23 -
System Red Green Blue C M Y K H S L
Decimal 193 32 146 0 0.83 0.24 0.24 317.52 0.72 0.44
Hex C1 20 92 0 53 18 18 13E 48 2C
Octal 301 40 222 0 123 30 30 476 110 54
Binary 11000001 100000 10010010 0 1010011 11000 11000 100111110 1001000 101100

Color Harmonies of #C12092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12092

Black with #C12092

Text Example


Text Example

White with #C12092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12092; }

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

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

background-color css

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

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

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

border-color css

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

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

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