Html Css Color HEX #C10796 Medium Violet Red

📋 copy color: '#C10796'

red 193 ◦ green 7 ◦ blue 150

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

Shades of Medium Violet Red #C10796

Tints of Medium Violet Red #C10796

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 42.86%

R = 55.14%
G = 2%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C10796 (or 0xC10796) is known color: Medium Violet Red. HEX triplet: C1, 07 and 96. RGB value is (193,7,150). Sum of RGB (Red+Green+Blue) = 193+7+150=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 7 (3.12% from 255 or 2% from 350); Blue value is 150 (58.98% from 255 or 42.86% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C10796 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10796 is #3EF869. Grayscale: #4E4E4E. Windows color (decimal): -4126826 or 9832385. OLE color: 9832385.

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

Color convert

RGB 193 7 150 -
CMYK 0 0.96 0.22 0.24
HSL 313.87º 0.93% 0.39% -
HSV(B) 313.87º 0.96% 0.76% -
XYZ 27.57 13.69 30.04 -
YUV 78.92 168.12 209.37 -
System Red Green Blue C M Y K H S L
Decimal 193 7 150 0 0.96 0.22 0.24 313.87 0.93 0.39
Hex C1 7 96 0 60 16 18 13A 5D 27
Octal 301 7 226 0 140 26 30 472 135 47
Binary 11000001 111 10010110 0 1100000 10110 11000 100111010 1011101 100111

Color Harmonies of #C10796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10796

Black with #C10796

Text Example


Text Example

White with #C10796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10796; }

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

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

background-color css

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

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

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

border-color css

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

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

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