Html Css Color HEX #C10975 Medium Violet Red

📋 copy color: '#C10975'

red 193 ◦ green 9 ◦ blue 117

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

Shades of Medium Violet Red #C10975

Tints of Medium Violet Red #C10975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.82%

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 60.5%
G = 2.82%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C10975 (or 0xC10975) is known color: Medium Violet Red. HEX triplet: C1, 09 and 75. RGB value is (193,9,117). Sum of RGB (Red+Green+Blue) = 193+9+117=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C10975 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C10975 is #3EF68A. Grayscale: #4C4C4C. Windows color (decimal): -4126347 or 7670209. OLE color: 7670209.

HSL color Cylindrical-coordinate representation of color #C10975: hue angle of 324.78º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C10975 is Cyan = 0, Magento = 0.95, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 9 117 -
CMYK 0 0.95 0.39 0.24
HSL 324.78º 0.91% 0.4% -
HSV(B) 324.78º 0.95% 0.76% -
XYZ 25.3 12.82 17.97 -
YUV 76.33 150.96 211.22 -
System Red Green Blue C M Y K H S L
Decimal 193 9 117 0 0.95 0.39 0.24 324.78 0.91 0.4
Hex C1 9 75 0 5F 27 18 145 5B 28
Octal 301 11 165 0 137 47 30 505 133 50
Binary 11000001 1001 1110101 0 1011111 100111 11000 101000101 1011011 101000

Color Harmonies of #C10975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10975

Black with #C10975

Text Example


Text Example

White with #C10975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10975; }

 p { color: rgb(193,9,117); }

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

background-color css

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

 a { background-color: rgb(193,9,117); }

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

border-color css

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

 span { border-color: rgb(193,9,117); }

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