Html Css Color HEX #C41487 Medium Violet Red

📋 copy color: '#C41487'

red 196 ◦ green 20 ◦ blue 135

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

Shades of Medium Violet Red #C41487

Tints of Medium Violet Red #C41487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.7%

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

R = 55.84%
G = 5.7%
B = 38.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C41487 (or 0xC41487) is known color: Medium Violet Red. HEX triplet: C4, 14 and 87. RGB value is (196,20,135). Sum of RGB (Red+Green+Blue) = 196+20+135=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 20 (8.20% from 255 or 5.70% from 351); Blue value is 135 (53.12% from 255 or 38.46% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C41487 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41487 is #3BEB78. Grayscale: #555555. Windows color (decimal): -3926905 or 8852676. OLE color: 8852676.

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

Color convert

RGB 196 20 135 -
CMYK 0 0.90 0.31 0.23
HSL 320.8º 0.81% 0.42% -
HSV(B) 320.8º 0.9% 0.77% -
XYZ 27.39 13.99 24.18 -
YUV 85.73 155.81 206.65 -
System Red Green Blue C M Y K H S L
Decimal 196 20 135 0 0.90 0.31 0.23 320.8 0.81 0.42
Hex C4 14 87 0 5A 1F 17 141 51 2A
Octal 304 24 207 0 132 37 27 501 121 52
Binary 11000100 10100 10000111 0 1011010 11111 10111 101000001 1010001 101010

Color Harmonies of #C41487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41487

Black with #C41487

Text Example


Text Example

White with #C41487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41487; }

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

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

background-color css

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

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

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

border-color css

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

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

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