Html Css Color HEX #C10880 Medium Violet Red

📋 copy color: '#C10880'

red 193 ◦ green 8 ◦ blue 128

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

Shades of Medium Violet Red #C10880

Tints of Medium Violet Red #C10880

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.43%

 BLUE value IS 128 (50.39% from 255) = 38.91%

R = 58.66%
G = 2.43%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C10880 (or 0xC10880) is known color: Medium Violet Red. HEX triplet: C1, 08 and 80. RGB value is (193,8,128). Sum of RGB (Red+Green+Blue) = 193+8+128=329 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.66% from 329); Green value is 8 (3.52% from 255 or 2.43% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 193 - color contains mainly: red. Hex color #C10880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10880 is #3EF77F. Grayscale: #4C4C4C. Windows color (decimal): -4126592 or 8390849. OLE color: 8390849.

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

Color convert

RGB 193 8 128 -
CMYK 0 0.96 0.34 0.24
HSL 321.08º 0.92% 0.39% -
HSV(B) 321.08º 0.96% 0.76% -
XYZ 25.98 13.07 21.58 -
YUV 77 156.79 210.74 -
System Red Green Blue C M Y K H S L
Decimal 193 8 128 0 0.96 0.34 0.24 321.08 0.92 0.39
Hex C1 8 80 0 60 22 18 141 5C 27
Octal 301 10 200 0 140 42 30 501 134 47
Binary 11000001 1000 10000000 0 1100000 100010 11000 101000001 1011100 100111

Color Harmonies of #C10880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10880

Black with #C10880

Text Example


Text Example

White with #C10880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10880; }

 p { color: rgb(193,8,128); }

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

background-color css

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

 a { background-color: rgb(193,8,128); }

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

border-color css

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

 span { border-color: rgb(193,8,128); }

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