Html Css Color HEX #C41485 Medium Violet Red

📋 copy color: '#C41485'

red 196 ◦ green 20 ◦ blue 133

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

Shades of Medium Violet Red #C41485

Tints of Medium Violet Red #C41485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 56.16%
G = 5.73%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C41485 (or 0xC41485) is known color: Medium Violet Red. HEX triplet: C4, 14 and 85. RGB value is (196,20,133). Sum of RGB (Red+Green+Blue) = 196+20+133=349 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.16% from 349); Green value is 20 (8.20% from 255 or 5.73% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 196 - color contains mainly: red. Hex color #C41485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41485 is #3BEB7A. Grayscale: #555555. Windows color (decimal): -3926907 or 8721604. OLE color: 8721604.

HSL color Cylindrical-coordinate representation of color #C41485: hue angle of 321.48º 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 #C41485 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 133 -
CMYK 0 0.90 0.32 0.23
HSL 321.48º 0.81% 0.42% -
HSV(B) 321.48º 0.9% 0.77% -
XYZ 27.25 13.93 23.44 -
YUV 85.51 154.81 206.81 -
System Red Green Blue C M Y K H S L
Decimal 196 20 133 0 0.90 0.32 0.23 321.48 0.81 0.42
Hex C4 14 85 0 5A 20 17 141 51 2A
Octal 304 24 205 0 132 40 27 501 121 52
Binary 11000100 10100 10000101 0 1011010 100000 10111 101000001 1010001 101010

Color Harmonies of #C41485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41485

Black with #C41485

Text Example


Text Example

White with #C41485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41485; }

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

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

background-color css

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

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

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

border-color css

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

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

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