Html Css Color HEX #C10481 Medium Violet Red

📋 copy color: '#C10481'

red 193 ◦ green 4 ◦ blue 129

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

Shades of Medium Violet Red #C10481

Tints of Medium Violet Red #C10481

RGB

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

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

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

R = 59.2%
G = 1.23%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C10481 (or 0xC10481) is known color: Medium Violet Red. HEX triplet: C1, 04 and 81. RGB value is (193,4,129). Sum of RGB (Red+Green+Blue) = 193+4+129=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 4 (1.95% from 255 or 1.23% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C10481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10481 is #3EFB7E. Grayscale: #4A4A4A. Windows color (decimal): -4127615 or 8455361. OLE color: 8455361.

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

Color convert

RGB 193 4 129 -
CMYK 0 0.98 0.33 0.24
HSL 320.32º 0.96% 0.39% -
HSV(B) 320.32º 0.98% 0.76% -
XYZ 26 13.01 21.91 -
YUV 74.76 158.62 212.34 -
System Red Green Blue C M Y K H S L
Decimal 193 4 129 0 0.98 0.33 0.24 320.32 0.96 0.39
Hex C1 4 81 0 62 21 18 140 60 27
Octal 301 4 201 0 142 41 30 500 140 47
Binary 11000001 100 10000001 0 1100010 100001 11000 101000000 1100000 100111

Color Harmonies of #C10481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10481

Black with #C10481

Text Example


Text Example

White with #C10481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10481; }

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

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

background-color css

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

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

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

border-color css

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

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

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