Html Css Color HEX #C41A8E Medium Violet Red

📋 copy color: '#C41A8E'

red 196 ◦ green 26 ◦ blue 142

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

Shades of Medium Violet Red #C41A8E

Tints of Medium Violet Red #C41A8E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.14%

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

R = 53.85%
G = 7.14%
B = 39.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C41A8E (or 0xC41A8E) is known color: Medium Violet Red. HEX triplet: C4, 1A and 8E. RGB value is (196,26,142). Sum of RGB (Red+Green+Blue) = 196+26+142=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 26 (10.55% from 255 or 7.14% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41A8E is #3BE571. Grayscale: #595959. Windows color (decimal): -3925362 or 9312964. OLE color: 9312964.

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

Color convert

RGB 196 26 142 -
CMYK 0 0.87 0.28 0.23
HSL 319.06º 0.77% 0.44% -
HSV(B) 319.06º 0.87% 0.77% -
XYZ 28.02 14.43 26.9 -
YUV 90.05 157.32 203.57 -
System Red Green Blue C M Y K H S L
Decimal 196 26 142 0 0.87 0.28 0.23 319.06 0.77 0.44
Hex C4 1A 8E 0 57 1C 17 13F 4D 2C
Octal 304 32 216 0 127 34 27 477 115 54
Binary 11000100 11010 10001110 0 1010111 11100 10111 100111111 1001101 101100

Color Harmonies of #C41A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A8E

Black with #C41A8E

Text Example


Text Example

White with #C41A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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