Html Css Color HEX #C41385 Medium Violet Red

📋 copy color: '#C41385'

red 196 ◦ green 19 ◦ blue 133

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

Shades of Medium Violet Red #C41385

Tints of Medium Violet Red #C41385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.46%

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

R = 56.32%
G = 5.46%
B = 38.22%

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

#C41385 (or 0xC41385) is known color: Medium Violet Red. HEX triplet: C4, 13 and 85. RGB value is (196,19,133). Sum of RGB (Red+Green+Blue) = 196+19+133=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 19 (7.81% from 255 or 5.46% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C41385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41385 is #3BEC7A. Grayscale: #545454. Windows color (decimal): -3927163 or 8721348. OLE color: 8721348.

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

Color convert

RGB 196 19 133 -
CMYK 0 0.90 0.32 0.23
HSL 321.36º 0.82% 0.42% -
HSV(B) 321.36º 0.9% 0.77% -
XYZ 27.23 13.89 23.44 -
YUV 84.92 155.14 207.23 -
System Red Green Blue C M Y K H S L
Decimal 196 19 133 0 0.90 0.32 0.23 321.36 0.82 0.42
Hex C4 13 85 0 5A 20 17 141 52 2A
Octal 304 23 205 0 132 40 27 501 122 52
Binary 11000100 10011 10000101 0 1011010 100000 10111 101000001 1010010 101010

Color Harmonies of #C41385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41385

Black with #C41385

Text Example


Text Example

White with #C41385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41385; }

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

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

background-color css

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

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

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

border-color css

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

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

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