Html Css Color HEX #C40FA6 Medium Violet Red

📋 copy color: '#C40FA6'

red 196 ◦ green 15 ◦ blue 166

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

Shades of Medium Violet Red #C40FA6

Tints of Medium Violet Red #C40FA6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.98%

 BLUE value IS 166 (65.23% from 255) = 44.03%

R = 51.99%
G = 3.98%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.23

RGB Variations

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

Color information

#C40FA6 (or 0xC40FA6) is known color: Medium Violet Red. HEX triplet: C4, 0F and A6. RGB value is (196,15,166). Sum of RGB (Red+Green+Blue) = 196+15+166=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 15 (6.25% from 255 or 3.98% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C40FA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40FA6 is #3BF059. Grayscale: #555555. Windows color (decimal): -3928154 or 10883012. OLE color: 10883012.

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

Color convert

RGB 196 15 166 -
CMYK 0 0.92 0.15 0.23
HSL 309.94º 0.86% 0.41% -
HSV(B) 309.94º 0.92% 0.77% -
XYZ 29.82 14.83 37.37 -
YUV 86.33 172.97 206.22 -
System Red Green Blue C M Y K H S L
Decimal 196 15 166 0 0.92 0.15 0.23 309.94 0.86 0.41
Hex C4 F A6 0 5C F 17 136 56 29
Octal 304 17 246 0 134 17 27 466 126 51
Binary 11000100 1111 10100110 0 1011100 1111 10111 100110110 1010110 101001

Color Harmonies of #C40FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40FA6

Black with #C40FA6

Text Example


Text Example

White with #C40FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40FA6; }

 p { color: rgb(196,15,166); }

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

background-color css

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

 a { background-color: rgb(196,15,166); }

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

border-color css

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

 span { border-color: rgb(196,15,166); }

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