Html Css Color HEX #C12794 Medium Red Violet

📋 copy color: '#C12794'

red 193 ◦ green 39 ◦ blue 148

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

Shades of Medium Red Violet #C12794

Tints of Medium Red Violet #C12794

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.26%

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

R = 50.79%
G = 10.26%
B = 38.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C12794 (or 0xC12794) is known color: Medium Red Violet. HEX triplet: C1, 27 and 94. RGB value is (193,39,148). Sum of RGB (Red+Green+Blue) = 193+39+148=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 148 (58.20% from 255 or 38.95% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C12794 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C12794 is #3ED86B. Grayscale: #616161. Windows color (decimal): -4118636 or 9709505. OLE color: 9709505.

HSL color Cylindrical-coordinate representation of color #C12794: hue angle of 317.53º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12794 is Cyan = 0, Magento = 0.80, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 39 148 -
CMYK 0 0.80 0.23 0.24
HSL 317.53º 0.66% 0.45% -
HSV(B) 317.53º 0.8% 0.76% -
XYZ 28.06 14.93 29.42 -
YUV 97.47 156.52 196.14 -
System Red Green Blue C M Y K H S L
Decimal 193 39 148 0 0.80 0.23 0.24 317.53 0.66 0.45
Hex C1 27 94 0 50 17 18 13E 42 2D
Octal 301 47 224 0 120 27 30 476 102 55
Binary 11000001 100111 10010100 0 1010000 10111 11000 100111110 1000010 101101

Color Harmonies of #C12794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12794

Black with #C12794

Text Example


Text Example

White with #C12794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12794; }

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

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

background-color css

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

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

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

border-color css

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

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

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