Html Css Color HEX #C40187 Medium Violet Red

📋 copy color: '#C40187'

red 196 ◦ green 1 ◦ blue 135

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

Shades of Medium Violet Red #C40187

Tints of Medium Violet Red #C40187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 59.04%
G = 0.3%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C40187 (or 0xC40187) is known color: Medium Violet Red. HEX triplet: C4, 01 and 87. RGB value is (196,1,135). Sum of RGB (Red+Green+Blue) = 196+1+135=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 135 (53.12% from 255 or 40.66% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C40187 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40187 is #3BFE78. Grayscale: #4A4A4A. Windows color (decimal): -3931769 or 8847812. OLE color: 8847812.

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

Color convert

RGB 196 1 135 -
CMYK 0 0.99 0.31 0.23
HSL 318.77º 0.99% 0.39% -
HSV(B) 318.77º 0.99% 0.77% -
XYZ 27.15 13.51 24.1 -
YUV 74.58 162.1 214.6 -
System Red Green Blue C M Y K H S L
Decimal 196 1 135 0 0.99 0.31 0.23 318.77 0.99 0.39
Hex C4 1 87 0 63 1F 17 13F 63 27
Octal 304 1 207 0 143 37 27 477 143 47
Binary 11000100 1 10000111 0 1100011 11111 10111 100111111 1100011 100111

Color Harmonies of #C40187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40187

Black with #C40187

Text Example


Text Example

White with #C40187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40187; }

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

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

background-color css

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

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

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

border-color css

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

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

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