Html Css Color HEX #C40487 Medium Violet Red

📋 copy color: '#C40487'

red 196 ◦ green 4 ◦ blue 135

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

Shades of Medium Violet Red #C40487

Tints of Medium Violet Red #C40487

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 135 (53.13% from 255) = 40.3%

R = 58.51%
G = 1.19%
B = 40.3%

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

#C40487 (or 0xC40487) is known color: Medium Violet Red. HEX triplet: C4, 04 and 87. RGB value is (196,4,135). Sum of RGB (Red+Green+Blue) = 196+4+135=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 135 (53.12% from 255 or 40.30% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C40487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40487 is #3BFB78. Grayscale: #4C4C4C. Windows color (decimal): -3931001 or 8848580. OLE color: 8848580.

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

Color convert

RGB 196 4 135 -
CMYK 0 0.98 0.31 0.23
HSL 319.06º 0.96% 0.39% -
HSV(B) 319.06º 0.98% 0.77% -
XYZ 27.18 13.57 24.11 -
YUV 76.34 161.11 213.35 -
System Red Green Blue C M Y K H S L
Decimal 196 4 135 0 0.98 0.31 0.23 319.06 0.96 0.39
Hex C4 4 87 0 62 1F 17 13F 60 27
Octal 304 4 207 0 142 37 27 477 140 47
Binary 11000100 100 10000111 0 1100010 11111 10111 100111111 1100000 100111

Color Harmonies of #C40487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40487

Black with #C40487

Text Example


Text Example

White with #C40487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40487; }

 p { color: rgb(196,4,135); }

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

background-color css

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

 a { background-color: rgb(196,4,135); }

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

border-color css

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

 span { border-color: rgb(196,4,135); }

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