Html Css Color HEX #C10691 Medium Violet Red

📋 copy color: '#C10691'

red 193 ◦ green 6 ◦ blue 145

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

Shades of Medium Violet Red #C10691

Tints of Medium Violet Red #C10691

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.74%

 BLUE value IS 145 (57.03% from 255) = 42.15%

R = 56.1%
G = 1.74%
B = 42.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C10691 (or 0xC10691) is known color: Medium Violet Red. HEX triplet: C1, 06 and 91. RGB value is (193,6,145). Sum of RGB (Red+Green+Blue) = 193+6+145=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C10691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10691 is #3EF96E. Grayscale: #4D4D4D. Windows color (decimal): -4127087 or 9504449. OLE color: 9504449.

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

Color convert

RGB 193 6 145 -
CMYK 0 0.97 0.25 0.24
HSL 315.4º 0.94% 0.39% -
HSV(B) 315.4º 0.97% 0.76% -
XYZ 27.17 13.51 27.96 -
YUV 77.76 165.95 210.2 -
System Red Green Blue C M Y K H S L
Decimal 193 6 145 0 0.97 0.25 0.24 315.4 0.94 0.39
Hex C1 6 91 0 61 19 18 13B 5E 27
Octal 301 6 221 0 141 31 30 473 136 47
Binary 11000001 110 10010001 0 1100001 11001 11000 100111011 1011110 100111

Color Harmonies of #C10691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10691

Black with #C10691

Text Example


Text Example

White with #C10691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10691; }

 p { color: rgb(193,6,145); }

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

background-color css

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

 a { background-color: rgb(193,6,145); }

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

border-color css

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

 span { border-color: rgb(193,6,145); }

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