Html Css Color HEX #C10695 Medium Violet Red

📋 copy color: '#C10695'

red 193 ◦ green 6 ◦ blue 149

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

Shades of Medium Violet Red #C10695

Tints of Medium Violet Red #C10695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.82%

R = 55.46%
G = 1.72%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C10695 (or 0xC10695) is known color: Medium Violet Red. HEX triplet: C1, 06 and 95. RGB value is (193,6,149). Sum of RGB (Red+Green+Blue) = 193+6+149=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 6 (2.73% from 255 or 1.72% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C10695 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10695 is #3EF96A. Grayscale: #4D4D4D. Windows color (decimal): -4127083 or 9766593. OLE color: 9766593.

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

Color convert

RGB 193 6 149 -
CMYK 0 0.97 0.23 0.24
HSL 314.12º 0.94% 0.39% -
HSV(B) 314.12º 0.97% 0.76% -
XYZ 27.48 13.64 29.62 -
YUV 78.22 167.95 209.87 -
System Red Green Blue C M Y K H S L
Decimal 193 6 149 0 0.97 0.23 0.24 314.12 0.94 0.39
Hex C1 6 95 0 61 17 18 13A 5E 27
Octal 301 6 225 0 141 27 30 472 136 47
Binary 11000001 110 10010101 0 1100001 10111 11000 100111010 1011110 100111

Color Harmonies of #C10695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10695

Black with #C10695

Text Example


Text Example

White with #C10695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10695; }

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

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

background-color css

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

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

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

border-color css

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

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

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