Html Css Color HEX #C10081 Medium Violet Red

📋 copy color: '#C10081'

red 193 ◦ green 0 ◦ blue 129

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

Shades of Medium Violet Red #C10081

Tints of Medium Violet Red #C10081

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.94%
G = 0%
B = 40.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C10081 (or 0xC10081) is known color: Medium Violet Red. HEX triplet: C1, 00 and 81. RGB value is (193,0,129). Sum of RGB (Red+Green+Blue) = 193+0+129=322 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.94% from 322); Green value is 0 (0.39% from 255 or 0% from 322); Blue value is 129 (50.78% from 255 or 40.06% from 322); Max value from RGB is 193 - color contains mainly: red. Hex color #C10081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10081 is #3EFF7E. Grayscale: #484848. Windows color (decimal): -4128639 or 8454337. OLE color: 8454337.

HSL color Cylindrical-coordinate representation of color #C10081: hue angle of 319.9º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C10081 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 0 129 -
CMYK 0 1 0.33 0.24
HSL 319.9º 1% 0.38% -
HSV(B) 319.9º 1% 0.76% -
XYZ 25.95 12.92 21.9 -
YUV 72.41 159.94 214.01 -
System Red Green Blue C M Y K H S L
Decimal 193 0 129 0 1 0.33 0.24 319.9 1 0.38
Hex C1 0 81 0 64 21 18 140 64 26
Octal 301 0 201 0 144 41 30 500 144 46
Binary 11000001 0 10000001 0 1100100 100001 11000 101000000 1100100 100110

Color Harmonies of #C10081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10081

Black with #C10081

Text Example


Text Example

White with #C10081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10081; }

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

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

background-color css

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

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

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

border-color css

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

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

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