Html Css Color HEX #C50888 Medium Violet Red

📋 copy color: '#C50888'

red 197 ◦ green 8 ◦ blue 136

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

Shades of Medium Violet Red #C50888

Tints of Medium Violet Red #C50888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.35%

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

R = 57.77%
G = 2.35%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C50888 (or 0xC50888) is known color: Medium Violet Red. HEX triplet: C5, 08 and 88. RGB value is (197,8,136). Sum of RGB (Red+Green+Blue) = 197+8+136=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C50888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C50888 is #3AF777. Grayscale: #4E4E4E. Windows color (decimal): -3864440 or 8915141. OLE color: 8915141.

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

Color convert

RGB 197 8 136 -
CMYK 0 0.96 0.31 0.23
HSL 319.37º 0.92% 0.4% -
HSV(B) 319.37º 0.96% 0.77% -
XYZ 27.56 13.82 24.51 -
YUV 79.1 160.12 212.09 -
System Red Green Blue C M Y K H S L
Decimal 197 8 136 0 0.96 0.31 0.23 319.37 0.92 0.4
Hex C5 8 88 0 60 1F 17 13F 5C 28
Octal 305 10 210 0 140 37 27 477 134 50
Binary 11000101 1000 10001000 0 1100000 11111 10111 100111111 1011100 101000

Color Harmonies of #C50888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50888

Black with #C50888

Text Example


Text Example

White with #C50888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50888; }

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

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

background-color css

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

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

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

border-color css

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

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

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