Html Css Color HEX #C40295 Medium Violet Red

📋 copy color: '#C40295'

red 196 ◦ green 2 ◦ blue 149

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

Shades of Medium Violet Red #C40295

Tints of Medium Violet Red #C40295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.58%

 BLUE value IS 149 (58.59% from 255) = 42.94%

R = 56.48%
G = 0.58%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.23

RGB Variations

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

Color information

#C40295 (or 0xC40295) is known color: Medium Violet Red. HEX triplet: C4, 02 and 95. RGB value is (196,2,149). Sum of RGB (Red+Green+Blue) = 196+2+149=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 2 (1.17% from 255 or 0.58% from 347); Blue value is 149 (58.59% from 255 or 42.94% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C40295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40295 is #3BFD6A. Grayscale: #4C4C4C. Windows color (decimal): -3931499 or 9765572. OLE color: 9765572.

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

Color convert

RGB 196 2 149 -
CMYK 0 0.99 0.24 0.23
HSL 314.54º 0.98% 0.39% -
HSV(B) 314.54º 0.99% 0.77% -
XYZ 28.21 13.95 29.64 -
YUV 76.76 168.77 213.05 -
System Red Green Blue C M Y K H S L
Decimal 196 2 149 0 0.99 0.24 0.23 314.54 0.98 0.39
Hex C4 2 95 0 63 18 17 13B 62 27
Octal 304 2 225 0 143 30 27 473 142 47
Binary 11000100 10 10010101 0 1100011 11000 10111 100111011 1100010 100111

Color Harmonies of #C40295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40295

Black with #C40295

Text Example


Text Example

White with #C40295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40295; }

 p { color: rgb(196,2,149); }

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

background-color css

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

 a { background-color: rgb(196,2,149); }

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

border-color css

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

 span { border-color: rgb(196,2,149); }

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