Html Css Color HEX #C40588 Medium Violet Red

📋 copy color: '#C40588'

red 196 ◦ green 5 ◦ blue 136

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

Shades of Medium Violet Red #C40588

Tints of Medium Violet Red #C40588

RGB

 RED value IS 196 (76.95% from 255) = 58.16%

 GREEN value IS 5 (2.34% from 255) = 1.48%

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

R = 58.16%
G = 1.48%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C40588 (or 0xC40588) is known color: Medium Violet Red. HEX triplet: C4, 05 and 88. RGB value is (196,5,136). Sum of RGB (Red+Green+Blue) = 196+5+136=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C40588 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40588 is #3BFA77. Grayscale: #4C4C4C. Windows color (decimal): -3930744 or 8914372. OLE color: 8914372.

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

Color convert

RGB 196 5 136 -
CMYK 0 0.97 0.31 0.23
HSL 318.85º 0.95% 0.39% -
HSV(B) 318.85º 0.97% 0.77% -
XYZ 27.26 13.62 24.48 -
YUV 77.04 161.28 212.85 -
System Red Green Blue C M Y K H S L
Decimal 196 5 136 0 0.97 0.31 0.23 318.85 0.95 0.39
Hex C4 5 88 0 61 1F 17 13F 5F 27
Octal 304 5 210 0 141 37 27 477 137 47
Binary 11000100 101 10001000 0 1100001 11111 10111 100111111 1011111 100111

Color Harmonies of #C40588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40588

Black with #C40588

Text Example


Text Example

White with #C40588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40588; }

 p { color: rgb(196,5,136); }

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

background-color css

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

 a { background-color: rgb(196,5,136); }

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

border-color css

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

 span { border-color: rgb(196,5,136); }

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