Html Css Color HEX #C12490 Medium Violet Red

📋 copy color: '#C12490'

red 193 ◦ green 36 ◦ blue 144

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

Shades of Medium Violet Red #C12490

Tints of Medium Violet Red #C12490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 38.61%

R = 51.74%
G = 9.65%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C12490 (or 0xC12490) is known color: Medium Violet Red. HEX triplet: C1, 24 and 90. RGB value is (193,36,144). Sum of RGB (Red+Green+Blue) = 193+36+144=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 36 (14.45% from 255 or 9.65% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C12490 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12490 is #3EDB6F. Grayscale: #5E5E5E. Windows color (decimal): -4119408 or 9446593. OLE color: 9446593.

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

Color convert

RGB 193 36 144 -
CMYK 0 0.81 0.25 0.24
HSL 318.73º 0.69% 0.45% -
HSV(B) 318.73º 0.81% 0.76% -
XYZ 27.66 14.61 27.75 -
YUV 95.26 155.51 197.72 -
System Red Green Blue C M Y K H S L
Decimal 193 36 144 0 0.81 0.25 0.24 318.73 0.69 0.45
Hex C1 24 90 0 51 19 18 13F 45 2D
Octal 301 44 220 0 121 31 30 477 105 55
Binary 11000001 100100 10010000 0 1010001 11001 11000 100111111 1000101 101101

Color Harmonies of #C12490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12490

Black with #C12490

Text Example


Text Example

White with #C12490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12490; }

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

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

background-color css

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

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

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

border-color css

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

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

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