Html Css Color HEX #C12486 Medium Violet Red

📋 copy color: '#C12486'

red 193 ◦ green 36 ◦ blue 134

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

Shades of Medium Violet Red #C12486

Tints of Medium Violet Red #C12486

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.92%

 BLUE value IS 134 (52.73% from 255) = 36.91%

R = 53.17%
G = 9.92%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C12486 (or 0xC12486) is known color: Medium Violet Red. HEX triplet: C1, 24 and 86. RGB value is (193,36,134). Sum of RGB (Red+Green+Blue) = 193+36+134=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 36 (14.45% from 255 or 9.92% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C12486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12486 is #3EDB79. Grayscale: #5D5D5D. Windows color (decimal): -4119418 or 8791233. OLE color: 8791233.

HSL color Cylindrical-coordinate representation of color #C12486: hue angle of 322.55º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C12486 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 36 134 -
CMYK 0 0.81 0.31 0.24
HSL 322.55º 0.69% 0.45% -
HSV(B) 322.55º 0.81% 0.76% -
XYZ 26.93 14.32 23.9 -
YUV 94.12 150.51 198.53 -
System Red Green Blue C M Y K H S L
Decimal 193 36 134 0 0.81 0.31 0.24 322.55 0.69 0.45
Hex C1 24 86 0 51 1F 18 143 45 2D
Octal 301 44 206 0 121 37 30 503 105 55
Binary 11000001 100100 10000110 0 1010001 11111 11000 101000011 1000101 101101

Color Harmonies of #C12486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12486

Black with #C12486

Text Example


Text Example

White with #C12486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12486; }

 p { color: rgb(193,36,134); }

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

background-color css

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

 a { background-color: rgb(193,36,134); }

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

border-color css

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

 span { border-color: rgb(193,36,134); }

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