Html Css Color HEX #C10480 Medium Violet Red

📋 copy color: '#C10480'

red 193 ◦ green 4 ◦ blue 128

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

Shades of Medium Violet Red #C10480

Tints of Medium Violet Red #C10480

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.23%

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

R = 59.38%
G = 1.23%
B = 39.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C10480 (or 0xC10480) is known color: Medium Violet Red. HEX triplet: C1, 04 and 80. RGB value is (193,4,128). Sum of RGB (Red+Green+Blue) = 193+4+128=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 4 (1.95% from 255 or 1.23% from 325); Blue value is 128 (50.39% from 255 or 39.38% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C10480 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10480 is #3EFB7F. Grayscale: #4A4A4A. Windows color (decimal): -4127616 or 8389825. OLE color: 8389825.

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

Color convert

RGB 193 4 128 -
CMYK 0 0.98 0.34 0.24
HSL 320.63º 0.96% 0.39% -
HSV(B) 320.63º 0.98% 0.76% -
XYZ 25.93 12.98 21.56 -
YUV 74.65 158.12 212.42 -
System Red Green Blue C M Y K H S L
Decimal 193 4 128 0 0.98 0.34 0.24 320.63 0.96 0.39
Hex C1 4 80 0 62 22 18 141 60 27
Octal 301 4 200 0 142 42 30 501 140 47
Binary 11000001 100 10000000 0 1100010 100010 11000 101000001 1100000 100111

Color Harmonies of #C10480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10480

Black with #C10480

Text Example


Text Example

White with #C10480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10480; }

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

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

background-color css

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

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

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

border-color css

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

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

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