Html Css Color HEX #C10792 Medium Violet Red

📋 copy color: '#C10792'

red 193 ◦ green 7 ◦ blue 146

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

Shades of Medium Violet Red #C10792

Tints of Medium Violet Red #C10792

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.02%

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

R = 55.78%
G = 2.02%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C10792 (or 0xC10792) is known color: Medium Violet Red. HEX triplet: C1, 07 and 92. RGB value is (193,7,146). Sum of RGB (Red+Green+Blue) = 193+7+146=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 7 (3.12% from 255 or 2.02% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C10792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10792 is #3EF86D. Grayscale: #4E4E4E. Windows color (decimal): -4126830 or 9570241. OLE color: 9570241.

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

Color convert

RGB 193 7 146 -
CMYK 0 0.96 0.24 0.24
HSL 315.16º 0.93% 0.39% -
HSV(B) 315.16º 0.96% 0.76% -
XYZ 27.26 13.56 28.38 -
YUV 78.46 166.12 209.7 -
System Red Green Blue C M Y K H S L
Decimal 193 7 146 0 0.96 0.24 0.24 315.16 0.93 0.39
Hex C1 7 92 0 60 18 18 13B 5D 27
Octal 301 7 222 0 140 30 30 473 135 47
Binary 11000001 111 10010010 0 1100000 11000 11000 100111011 1011101 100111

Color Harmonies of #C10792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10792

Black with #C10792

Text Example


Text Example

White with #C10792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10792; }

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

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

background-color css

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

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

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

border-color css

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

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

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