Html Css Color HEX #C12594 Medium Red Violet

📋 copy color: '#C12594'

red 193 ◦ green 37 ◦ blue 148

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

Shades of Medium Red Violet #C12594

Tints of Medium Red Violet #C12594

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.79%

 BLUE value IS 148 (58.2% from 255) = 39.15%

R = 51.06%
G = 9.79%
B = 39.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C12594 (or 0xC12594) is known color: Medium Red Violet. HEX triplet: C1, 25 and 94. RGB value is (193,37,148). Sum of RGB (Red+Green+Blue) = 193+37+148=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 37 (14.84% from 255 or 9.79% from 378); Blue value is 148 (58.20% from 255 or 39.15% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C12594 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12594 is #3EDA6B. Grayscale: #606060. Windows color (decimal): -4119148 or 9708993. OLE color: 9708993.

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

Color convert

RGB 193 37 148 -
CMYK 0 0.81 0.23 0.24
HSL 317.31º 0.68% 0.45% -
HSV(B) 317.31º 0.81% 0.76% -
XYZ 28 14.8 29.4 -
YUV 96.3 157.18 196.97 -
System Red Green Blue C M Y K H S L
Decimal 193 37 148 0 0.81 0.23 0.24 317.31 0.68 0.45
Hex C1 25 94 0 51 17 18 13D 44 2D
Octal 301 45 224 0 121 27 30 475 104 55
Binary 11000001 100101 10010100 0 1010001 10111 11000 100111101 1000100 101101

Color Harmonies of #C12594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12594

Black with #C12594

Text Example


Text Example

White with #C12594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12594; }

 p { color: rgb(193,37,148); }

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

background-color css

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

 a { background-color: rgb(193,37,148); }

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

border-color css

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

 span { border-color: rgb(193,37,148); }

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