Html Css Color HEX #C10699 Medium Violet Red

📋 copy color: '#C10699'

red 193 ◦ green 6 ◦ blue 153

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

Shades of Medium Violet Red #C10699

Tints of Medium Violet Red #C10699

RGB

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

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

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

R = 54.83%
G = 1.7%
B = 43.47%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C10699 (or 0xC10699) is known color: Medium Violet Red. HEX triplet: C1, 06 and 99. RGB value is (193,6,153). Sum of RGB (Red+Green+Blue) = 193+6+153=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 6 (2.73% from 255 or 1.70% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C10699 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10699 is #3EF966. Grayscale: #4E4E4E. Windows color (decimal): -4127079 or 10028737. OLE color: 10028737.

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

Color convert

RGB 193 6 153 -
CMYK 0 0.97 0.21 0.24
HSL 312.83º 0.94% 0.39% -
HSV(B) 312.83º 0.97% 0.76% -
XYZ 27.81 13.77 31.33 -
YUV 78.67 169.95 209.55 -
System Red Green Blue C M Y K H S L
Decimal 193 6 153 0 0.97 0.21 0.24 312.83 0.94 0.39
Hex C1 6 99 0 61 15 18 139 5E 27
Octal 301 6 231 0 141 25 30 471 136 47
Binary 11000001 110 10011001 0 1100001 10101 11000 100111001 1011110 100111

Color Harmonies of #C10699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10699

Black with #C10699

Text Example


Text Example

White with #C10699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10699; }

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

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

background-color css

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

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

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

border-color css

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

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

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