Html Css Color HEX #C10781 Medium Violet Red

📋 copy color: '#C10781'

red 193 ◦ green 7 ◦ blue 129

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

Shades of Medium Violet Red #C10781

Tints of Medium Violet Red #C10781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 39.21%

R = 58.66%
G = 2.13%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C10781 (or 0xC10781) is known color: Medium Violet Red. HEX triplet: C1, 07 and 81. RGB value is (193,7,129). Sum of RGB (Red+Green+Blue) = 193+7+129=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 7 (3.12% from 255 or 2.13% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C10781 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10781 is #3EF87E. Grayscale: #4C4C4C. Windows color (decimal): -4126847 or 8456129. OLE color: 8456129.

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

Color convert

RGB 193 7 129 -
CMYK 0 0.96 0.33 0.24
HSL 320.65º 0.93% 0.39% -
HSV(B) 320.65º 0.96% 0.76% -
XYZ 26.03 13.07 21.92 -
YUV 76.52 157.62 211.08 -
System Red Green Blue C M Y K H S L
Decimal 193 7 129 0 0.96 0.33 0.24 320.65 0.93 0.39
Hex C1 7 81 0 60 21 18 141 5D 27
Octal 301 7 201 0 140 41 30 501 135 47
Binary 11000001 111 10000001 0 1100000 100001 11000 101000001 1011101 100111

Color Harmonies of #C10781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10781

Black with #C10781

Text Example


Text Example

White with #C10781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10781; }

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

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

background-color css

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

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

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

border-color css

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

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

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