Html Css Color HEX #C40A8E Medium Violet Red

📋 copy color: '#C40A8E'

red 196 ◦ green 10 ◦ blue 142

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

Shades of Medium Violet Red #C40A8E

Tints of Medium Violet Red #C40A8E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.87%

 BLUE value IS 142 (55.86% from 255) = 40.8%

R = 56.32%
G = 2.87%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C40A8E (or 0xC40A8E) is known color: Medium Violet Red. HEX triplet: C4, 0A and 8E. RGB value is (196,10,142). Sum of RGB (Red+Green+Blue) = 196+10+142=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 10 (4.30% from 255 or 2.87% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C40A8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40A8E is #3BF571. Grayscale: #505050. Windows color (decimal): -3929458 or 9308868. OLE color: 9308868.

HSL color Cylindrical-coordinate representation of color #C40A8E: hue angle of 317.42º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C40A8E is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 10 142 -
CMYK 0 0.95 0.28 0.23
HSL 317.42º 0.9% 0.4% -
HSV(B) 317.42º 0.95% 0.77% -
XYZ 27.76 13.91 26.81 -
YUV 80.66 162.62 210.27 -
System Red Green Blue C M Y K H S L
Decimal 196 10 142 0 0.95 0.28 0.23 317.42 0.9 0.4
Hex C4 A 8E 0 5F 1C 17 13D 5A 28
Octal 304 12 216 0 137 34 27 475 132 50
Binary 11000100 1010 10001110 0 1011111 11100 10111 100111101 1011010 101000

Color Harmonies of #C40A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40A8E

Black with #C40A8E

Text Example


Text Example

White with #C40A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40A8E; }

 p { color: rgb(196,10,142); }

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

background-color css

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

 a { background-color: rgb(196,10,142); }

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

border-color css

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

 span { border-color: rgb(196,10,142); }

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