Html Css Color HEX #C41A8D Medium Violet Red

📋 copy color: '#C41A8D'

red 196 ◦ green 26 ◦ blue 141

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

Shades of Medium Violet Red #C41A8D

Tints of Medium Violet Red #C41A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 38.84%

R = 53.99%
G = 7.16%
B = 38.84%

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

#C41A8D (or 0xC41A8D) is known color: Medium Violet Red. HEX triplet: C4, 1A and 8D. RGB value is (196,26,141). Sum of RGB (Red+Green+Blue) = 196+26+141=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 26 (10.55% from 255 or 7.16% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41A8D is #3BE572. Grayscale: #595959. Windows color (decimal): -3925363 or 9247428. OLE color: 9247428.

HSL color Cylindrical-coordinate representation of color #C41A8D: hue angle of 319.41º 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 #C41A8D is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 26 141 -
CMYK 0 0.87 0.28 0.23
HSL 319.41º 0.77% 0.44% -
HSV(B) 319.41º 0.87% 0.77% -
XYZ 27.94 14.4 26.51 -
YUV 89.94 156.82 203.65 -
System Red Green Blue C M Y K H S L
Decimal 196 26 141 0 0.87 0.28 0.23 319.41 0.77 0.44
Hex C4 1A 8D 0 57 1C 17 13F 4D 2C
Octal 304 32 215 0 127 34 27 477 115 54
Binary 11000100 11010 10001101 0 1010111 11100 10111 100111111 1001101 101100

Color Harmonies of #C41A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A8D

Black with #C41A8D

Text Example


Text Example

White with #C41A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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