Html Css Color HEX #C41085 Medium Violet Red

📋 copy color: '#C41085'

red 196 ◦ green 16 ◦ blue 133

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

Shades of Medium Violet Red #C41085

Tints of Medium Violet Red #C41085

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.64%

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

R = 56.81%
G = 4.64%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C41085 (or 0xC41085) is known color: Medium Violet Red. HEX triplet: C4, 10 and 85. RGB value is (196,16,133). Sum of RGB (Red+Green+Blue) = 196+16+133=345 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.81% from 345); Green value is 16 (6.64% from 255 or 4.64% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 196 - color contains mainly: red. Hex color #C41085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41085 is #3BEF7A. Grayscale: #525252. Windows color (decimal): -3927931 or 8720580. OLE color: 8720580.

HSL color Cylindrical-coordinate representation of color #C41085: hue angle of 321º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C41085 is Cyan = 0, Magento = 0.92, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 16 133 -
CMYK 0 0.92 0.32 0.23
HSL 321º 0.85% 0.42% -
HSV(B) 321º 0.92% 0.77% -
XYZ 27.18 13.8 23.42 -
YUV 83.16 156.13 208.49 -
System Red Green Blue C M Y K H S L
Decimal 196 16 133 0 0.92 0.32 0.23 321 0.85 0.42
Hex C4 10 85 0 5C 20 17 141 55 2A
Octal 304 20 205 0 134 40 27 501 125 52
Binary 11000100 10000 10000101 0 1011100 100000 10111 101000001 1010101 101010

Color Harmonies of #C41085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41085

Black with #C41085

Text Example


Text Example

White with #C41085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41085; }

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

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

background-color css

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

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

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

border-color css

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

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

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