Html Css Color HEX #C10594 Medium Violet Red

📋 copy color: '#C10594'

red 193 ◦ green 5 ◦ blue 148

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

Shades of Medium Violet Red #C10594

Tints of Medium Violet Red #C10594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.45%

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

R = 55.78%
G = 1.45%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C10594 (or 0xC10594) is known color: Medium Violet Red. HEX triplet: C1, 05 and 94. RGB value is (193,5,148). Sum of RGB (Red+Green+Blue) = 193+5+148=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 5 (2.34% from 255 or 1.45% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C10594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10594 is #3EFA6B. Grayscale: #4D4D4D. Windows color (decimal): -4127340 or 9700801. OLE color: 9700801.

HSL color Cylindrical-coordinate representation of color #C10594: hue angle of 314.36º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C10594 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 5 148 -
CMYK 0 0.97 0.23 0.24
HSL 314.36º 0.95% 0.39% -
HSV(B) 314.36º 0.97% 0.76% -
XYZ 27.39 13.58 29.2 -
YUV 77.51 167.78 210.37 -
System Red Green Blue C M Y K H S L
Decimal 193 5 148 0 0.97 0.23 0.24 314.36 0.95 0.39
Hex C1 5 94 0 61 17 18 13A 5F 27
Octal 301 5 224 0 141 27 30 472 137 47
Binary 11000001 101 10010100 0 1100001 10111 11000 100111010 1011111 100111

Color Harmonies of #C10594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10594

Black with #C10594

Text Example


Text Example

White with #C10594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10594; }

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

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

background-color css

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

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

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

border-color css

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

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

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