Html Css Color HEX #C10281 Medium Violet Red

📋 copy color: '#C10281'

red 193 ◦ green 2 ◦ blue 129

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

Shades of Medium Violet Red #C10281

Tints of Medium Violet Red #C10281

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.62%

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

R = 59.57%
G = 0.62%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C10281 (or 0xC10281) is known color: Medium Violet Red. HEX triplet: C1, 02 and 81. RGB value is (193,2,129). Sum of RGB (Red+Green+Blue) = 193+2+129=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C10281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C10281 is #3EFD7E. Grayscale: #494949. Windows color (decimal): -4128127 or 8454849. OLE color: 8454849.

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

Color convert

RGB 193 2 129 -
CMYK 0 0.99 0.33 0.24
HSL 320.1º 0.98% 0.38% -
HSV(B) 320.1º 0.99% 0.76% -
XYZ 25.98 12.97 21.9 -
YUV 73.59 159.28 213.17 -
System Red Green Blue C M Y K H S L
Decimal 193 2 129 0 0.99 0.33 0.24 320.1 0.98 0.38
Hex C1 2 81 0 63 21 18 140 62 26
Octal 301 2 201 0 143 41 30 500 142 46
Binary 11000001 10 10000001 0 1100011 100001 11000 101000000 1100010 100110

Color Harmonies of #C10281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10281

Black with #C10281

Text Example


Text Example

White with #C10281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10281; }

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

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

background-color css

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

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

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

border-color css

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

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

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