Html Css Color HEX #C12492 Medium Violet Red

📋 copy color: '#C12492'

red 193 ◦ green 36 ◦ blue 146

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

Shades of Medium Violet Red #C12492

Tints of Medium Violet Red #C12492

RGB

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

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

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

R = 51.47%
G = 9.6%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C12492 (or 0xC12492) is known color: Medium Violet Red. HEX triplet: C1, 24 and 92. RGB value is (193,36,146). Sum of RGB (Red+Green+Blue) = 193+36+146=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 36 (14.45% from 255 or 9.6% from 375); Blue value is 146 (57.42% from 255 or 38.93% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C12492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12492 is #3EDB6D. Grayscale: #5F5F5F. Windows color (decimal): -4119406 or 9577665. OLE color: 9577665.

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

Color convert

RGB 193 36 146 -
CMYK 0 0.81 0.24 0.24
HSL 317.96º 0.69% 0.45% -
HSV(B) 317.96º 0.81% 0.76% -
XYZ 27.81 14.67 28.56 -
YUV 95.48 156.51 197.56 -
System Red Green Blue C M Y K H S L
Decimal 193 36 146 0 0.81 0.24 0.24 317.96 0.69 0.45
Hex C1 24 92 0 51 18 18 13E 45 2D
Octal 301 44 222 0 121 30 30 476 105 55
Binary 11000001 100100 10010010 0 1010001 11000 11000 100111110 1000101 101101

Color Harmonies of #C12492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12492

Black with #C12492

Text Example


Text Example

White with #C12492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12492; }

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

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

background-color css

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

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

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

border-color css

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

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

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