Html Css Color HEX #C50988 Medium Violet Red

📋 copy color: '#C50988'

red 197 ◦ green 9 ◦ blue 136

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

Shades of Medium Violet Red #C50988

Tints of Medium Violet Red #C50988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.63%

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

R = 57.6%
G = 2.63%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C50988 (or 0xC50988) is known color: Medium Violet Red. HEX triplet: C5, 09 and 88. RGB value is (197,9,136). Sum of RGB (Red+Green+Blue) = 197+9+136=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C50988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50988 is #3AF677. Grayscale: #4F4F4F. Windows color (decimal): -3864184 or 8915397. OLE color: 8915397.

HSL color Cylindrical-coordinate representation of color #C50988: hue angle of 319.47º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C50988 is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 9 136 -
CMYK 0 0.95 0.31 0.23
HSL 319.47º 0.91% 0.4% -
HSV(B) 319.47º 0.95% 0.77% -
XYZ 27.57 13.84 24.51 -
YUV 79.69 159.78 211.67 -
System Red Green Blue C M Y K H S L
Decimal 197 9 136 0 0.95 0.31 0.23 319.47 0.91 0.4
Hex C5 9 88 0 5F 1F 17 13F 5B 28
Octal 305 11 210 0 137 37 27 477 133 50
Binary 11000101 1001 10001000 0 1011111 11111 10111 100111111 1011011 101000

Color Harmonies of #C50988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50988

Black with #C50988

Text Example


Text Example

White with #C50988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50988; }

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

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

background-color css

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

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

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

border-color css

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

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

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