Html Css Color HEX #C40385 Medium Violet Red

📋 copy color: '#C40385'

red 196 ◦ green 3 ◦ blue 133

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

Shades of Medium Violet Red #C40385

Tints of Medium Violet Red #C40385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 59.04%
G = 0.9%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.23

RGB Variations

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

Color information

#C40385 (or 0xC40385) is known color: Medium Violet Red. HEX triplet: C4, 03 and 85. RGB value is (196,3,133). Sum of RGB (Red+Green+Blue) = 196+3+133=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 3 (1.56% from 255 or 0.90% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C40385 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40385 is #3BFC7A. Grayscale: #4B4B4B. Windows color (decimal): -3931259 or 8717252. OLE color: 8717252.

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

Color convert

RGB 196 3 133 -
CMYK 0 0.98 0.32 0.23
HSL 319.59º 0.97% 0.39% -
HSV(B) 319.59º 0.98% 0.77% -
XYZ 27.03 13.49 23.37 -
YUV 75.53 160.44 213.93 -
System Red Green Blue C M Y K H S L
Decimal 196 3 133 0 0.98 0.32 0.23 319.59 0.97 0.39
Hex C4 3 85 0 62 20 17 140 61 27
Octal 304 3 205 0 142 40 27 500 141 47
Binary 11000100 11 10000101 0 1100010 100000 10111 101000000 1100001 100111

Color Harmonies of #C40385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40385

Black with #C40385

Text Example


Text Example

White with #C40385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40385; }

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

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

background-color css

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

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

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

border-color css

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

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

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