Html Css Color HEX #C10799 Medium Violet Red

📋 copy color: '#C10799'

red 193 ◦ green 7 ◦ blue 153

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

Shades of Medium Violet Red #C10799

Tints of Medium Violet Red #C10799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.34%

R = 54.67%
G = 1.98%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C10799 (or 0xC10799) is known color: Medium Violet Red. HEX triplet: C1, 07 and 99. RGB value is (193,7,153). Sum of RGB (Red+Green+Blue) = 193+7+153=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 7 (3.12% from 255 or 1.98% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C10799 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10799 is #3EF866. Grayscale: #4E4E4E. Windows color (decimal): -4126823 or 10028993. OLE color: 10028993.

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

Color convert

RGB 193 7 153 -
CMYK 0 0.96 0.21 0.24
HSL 312.9º 0.93% 0.39% -
HSV(B) 312.9º 0.96% 0.76% -
XYZ 27.82 13.79 31.33 -
YUV 79.26 169.62 209.13 -
System Red Green Blue C M Y K H S L
Decimal 193 7 153 0 0.96 0.21 0.24 312.9 0.93 0.39
Hex C1 7 99 0 60 15 18 139 5D 27
Octal 301 7 231 0 140 25 30 471 135 47
Binary 11000001 111 10011001 0 1100000 10101 11000 100111001 1011101 100111

Color Harmonies of #C10799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10799

Black with #C10799

Text Example


Text Example

White with #C10799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10799; }

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

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

background-color css

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

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

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

border-color css

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

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

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