Html Css Color HEX #C41A6E Medium Violet Red

📋 copy color: '#C41A6E'

red 196 ◦ green 26 ◦ blue 110

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

Shades of Medium Violet Red #C41A6E

Tints of Medium Violet Red #C41A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 59.04%
G = 7.83%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#C41A6E (or 0xC41A6E) is known color: Medium Violet Red. HEX triplet: C4, 1A and 6E. RGB value is (196,26,110). Sum of RGB (Red+Green+Blue) = 196+26+110=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A6E is #3BE591. Grayscale: #565656. Windows color (decimal): -3925394 or 7215812. OLE color: 7215812.

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

Color convert

RGB 196 26 110 -
CMYK 0 0.87 0.44 0.23
HSL 330.35º 0.77% 0.44% -
HSV(B) 330.35º 0.87% 0.77% -
XYZ 25.95 13.6 16.01 -
YUV 86.41 141.32 206.17 -
System Red Green Blue C M Y K H S L
Decimal 196 26 110 0 0.87 0.44 0.23 330.35 0.77 0.44
Hex C4 1A 6E 0 57 2C 17 14A 4D 2C
Octal 304 32 156 0 127 54 27 512 115 54
Binary 11000100 11010 1101110 0 1010111 101100 10111 101001010 1001101 101100

Color Harmonies of #C41A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A6E

Black with #C41A6E

Text Example


Text Example

White with #C41A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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