Html Css Color HEX #C41A6C Medium Violet Red

📋 copy color: '#C41A6C'

red 196 ◦ green 26 ◦ blue 108

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

Shades of Medium Violet Red #C41A6C

Tints of Medium Violet Red #C41A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.73%

R = 59.39%
G = 7.88%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C41A6C (or 0xC41A6C) is known color: Medium Violet Red. HEX triplet: C4, 1A and 6C. RGB value is (196,26,108). Sum of RGB (Red+Green+Blue) = 196+26+108=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 26 (10.55% from 255 or 7.88% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C41A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C41A6C is #3BE593. Grayscale: #565656. Windows color (decimal): -3925396 or 7084740. OLE color: 7084740.

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

Color convert

RGB 196 26 108 -
CMYK 0 0.87 0.45 0.23
HSL 331.06º 0.77% 0.44% -
HSV(B) 331.06º 0.87% 0.77% -
XYZ 25.84 13.56 15.44 -
YUV 86.18 140.32 206.33 -
System Red Green Blue C M Y K H S L
Decimal 196 26 108 0 0.87 0.45 0.23 331.06 0.77 0.44
Hex C4 1A 6C 0 57 2D 17 14B 4D 2C
Octal 304 32 154 0 127 55 27 513 115 54
Binary 11000100 11010 1101100 0 1010111 101101 10111 101001011 1001101 101100

Color Harmonies of #C41A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41A6C

Black with #C41A6C

Text Example


Text Example

White with #C41A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41A6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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