Html Css Color HEX #C41A6F Medium Violet Red

📋 copy color: '#C41A6F'

red 196 ◦ green 26 ◦ blue 111

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

Shades of Medium Violet Red #C41A6F

Tints of Medium Violet Red #C41A6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 58.86%
G = 7.81%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C41A6F (or 0xC41A6F) is known color: Medium Violet Red. HEX triplet: C4, 1A and 6F. RGB value is (196,26,111). Sum of RGB (Red+Green+Blue) = 196+26+111=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 26 (10.55% from 255 or 7.81% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A6F is #3BE590. Grayscale: #565656. Windows color (decimal): -3925393 or 7281348. OLE color: 7281348.

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

Color convert

RGB 196 26 111 -
CMYK 0 0.87 0.43 0.23
HSL 330º 0.77% 0.44% -
HSV(B) 330º 0.87% 0.77% -
XYZ 26 13.62 16.3 -
YUV 86.52 141.82 206.09 -
System Red Green Blue C M Y K H S L
Decimal 196 26 111 0 0.87 0.43 0.23 330 0.77 0.44
Hex C4 1A 6F 0 57 2B 17 14A 4D 2C
Octal 304 32 157 0 127 53 27 512 115 54
Binary 11000100 11010 1101111 0 1010111 101011 10111 101001010 1001101 101100

Color Harmonies of #C41A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A6F

Black with #C41A6F

Text Example


Text Example

White with #C41A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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