Html Css Color HEX #C50381 Medium Violet Red

📋 copy color: '#C50381'

red 197 ◦ green 3 ◦ blue 129

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

Shades of Medium Violet Red #C50381

Tints of Medium Violet Red #C50381

RGB

 RED value IS 197 (77.34% from 255) = 59.88%

 GREEN value IS 3 (1.56% from 255) = 0.91%

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

R = 59.88%
G = 0.91%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.23

RGB Variations

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

Color information

#C50381 (or 0xC50381) is known color: Medium Violet Red. HEX triplet: C5, 03 and 81. RGB value is (197,3,129). Sum of RGB (Red+Green+Blue) = 197+3+129=329 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.88% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 197 - color contains mainly: red. Hex color #C50381 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50381 is #3AFC7E. Grayscale: #4B4B4B. Windows color (decimal): -3865727 or 8455109. OLE color: 8455109.

HSL color Cylindrical-coordinate representation of color #C50381: hue angle of 321.03º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C50381 is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 3 129 -
CMYK 0 0.98 0.35 0.23
HSL 321.03º 0.97% 0.39% -
HSV(B) 321.03º 0.98% 0.77% -
XYZ 27.02 13.52 21.95 -
YUV 75.37 158.27 214.75 -
System Red Green Blue C M Y K H S L
Decimal 197 3 129 0 0.98 0.35 0.23 321.03 0.97 0.39
Hex C5 3 81 0 62 23 17 141 61 27
Octal 305 3 201 0 142 43 27 501 141 47
Binary 11000101 11 10000001 0 1100010 100011 10111 101000001 1100001 100111

Color Harmonies of #C50381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50381

Black with #C50381

Text Example


Text Example

White with #C50381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50381; }

 p { color: rgb(197,3,129); }

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

background-color css

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

 a { background-color: rgb(197,3,129); }

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

border-color css

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

 span { border-color: rgb(197,3,129); }

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