Html Css Color HEX #C50388 Medium Violet Red

📋 copy color: '#C50388'

red 197 ◦ green 3 ◦ blue 136

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

Shades of Medium Violet Red #C50388

Tints of Medium Violet Red #C50388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.48%

R = 58.63%
G = 0.89%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C50388 (or 0xC50388) is known color: Medium Violet Red. HEX triplet: C5, 03 and 88. RGB value is (197,3,136). Sum of RGB (Red+Green+Blue) = 197+3+136=336 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.63% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 197 - color contains mainly: red. Hex color #C50388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50388 is #3AFC77. Grayscale: #4B4B4B. Windows color (decimal): -3865720 or 8913861. OLE color: 8913861.

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

Color convert

RGB 197 3 136 -
CMYK 0 0.98 0.31 0.23
HSL 318.87º 0.97% 0.39% -
HSV(B) 318.87º 0.98% 0.77% -
XYZ 27.5 13.71 24.49 -
YUV 76.17 161.77 214.19 -
System Red Green Blue C M Y K H S L
Decimal 197 3 136 0 0.98 0.31 0.23 318.87 0.97 0.39
Hex C5 3 88 0 62 1F 17 13F 61 27
Octal 305 3 210 0 142 37 27 477 141 47
Binary 11000101 11 10001000 0 1100010 11111 10111 100111111 1100001 100111

Color Harmonies of #C50388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50388

Black with #C50388

Text Example


Text Example

White with #C50388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50388; }

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

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

background-color css

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

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

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

border-color css

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

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

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