Html Css Color HEX #C12093 Medium Violet Red

📋 copy color: '#C12093'

red 193 ◦ green 32 ◦ blue 147

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

Shades of Medium Violet Red #C12093

Tints of Medium Violet Red #C12093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.52%

R = 51.88%
G = 8.6%
B = 39.52%

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

#C12093 (or 0xC12093) is known color: Medium Violet Red. HEX triplet: C1, 20 and 93. RGB value is (193,32,147). Sum of RGB (Red+Green+Blue) = 193+32+147=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 32 (12.89% from 255 or 8.60% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C12093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12093 is #3EDF6C. Grayscale: #5C5C5C. Windows color (decimal): -4120429 or 9642177. OLE color: 9642177.

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

Color convert

RGB 193 32 147 -
CMYK 0 0.83 0.24 0.24
HSL 317.14º 0.72% 0.44% -
HSV(B) 317.14º 0.83% 0.76% -
XYZ 27.78 14.48 28.93 -
YUV 93.25 158.34 199.15 -
System Red Green Blue C M Y K H S L
Decimal 193 32 147 0 0.83 0.24 0.24 317.14 0.72 0.44
Hex C1 20 93 0 53 18 18 13D 48 2C
Octal 301 40 223 0 123 30 30 475 110 54
Binary 11000001 100000 10010011 0 1010011 11000 11000 100111101 1001000 101100

Color Harmonies of #C12093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12093

Black with #C12093

Text Example


Text Example

White with #C12093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12093; }

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

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

background-color css

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

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

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

border-color css

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

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

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