Html Css Color HEX #C10592 Medium Violet Red

📋 copy color: '#C10592'

red 193 ◦ green 5 ◦ blue 146

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

Shades of Medium Violet Red #C10592

Tints of Medium Violet Red #C10592

RGB

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

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

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

R = 56.1%
G = 1.45%
B = 42.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C10592 (or 0xC10592) is known color: Medium Violet Red. HEX triplet: C1, 05 and 92. RGB value is (193,5,146). Sum of RGB (Red+Green+Blue) = 193+5+146=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 5 (2.34% from 255 or 1.45% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C10592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10592 is #3EFA6D. Grayscale: #4C4C4C. Windows color (decimal): -4127342 or 9569729. OLE color: 9569729.

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

Color convert

RGB 193 5 146 -
CMYK 0 0.97 0.24 0.24
HSL 315º 0.95% 0.39% -
HSV(B) 315º 0.97% 0.76% -
XYZ 27.23 13.52 28.37 -
YUV 77.29 166.78 210.54 -
System Red Green Blue C M Y K H S L
Decimal 193 5 146 0 0.97 0.24 0.24 315 0.95 0.39
Hex C1 5 92 0 61 18 18 13B 5F 27
Octal 301 5 222 0 141 30 30 473 137 47
Binary 11000001 101 10010010 0 1100001 11000 11000 100111011 1011111 100111

Color Harmonies of #C10592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10592

Black with #C10592

Text Example


Text Example

White with #C10592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10592; }

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

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

background-color css

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

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

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

border-color css

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

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

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