Html Css Color HEX #C41CA0 Medium Violet Red

📋 copy color: '#C41CA0'

red 196 ◦ green 28 ◦ blue 160

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

Shades of Medium Violet Red #C41CA0

Tints of Medium Violet Red #C41CA0

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.29%

 BLUE value IS 160 (62.89% from 255) = 41.67%

R = 51.04%
G = 7.29%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.23

RGB Variations

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

Color information

#C41CA0 (or 0xC41CA0) is known color: Medium Violet Red. HEX triplet: C4, 1C and A0. RGB value is (196,28,160). Sum of RGB (Red+Green+Blue) = 196+28+160=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 28 (11.33% from 255 or 7.29% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C41CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41CA0 is #3BE35F. Grayscale: #5C5C5C. Windows color (decimal): -3924832 or 10493124. OLE color: 10493124.

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

Color convert

RGB 196 28 160 -
CMYK 0 0.86 0.18 0.23
HSL 312.86º 0.75% 0.44% -
HSV(B) 312.86º 0.86% 0.77% -
XYZ 29.53 15.1 34.62 -
YUV 93.28 165.66 201.27 -
System Red Green Blue C M Y K H S L
Decimal 196 28 160 0 0.86 0.18 0.23 312.86 0.75 0.44
Hex C4 1C A0 0 56 12 17 139 4B 2C
Octal 304 34 240 0 126 22 27 471 113 54
Binary 11000100 11100 10100000 0 1010110 10010 10111 100111001 1001011 101100

Color Harmonies of #C41CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41CA0

Black with #C41CA0

Text Example


Text Example

White with #C41CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41CA0; }

 p { color: rgb(196,28,160); }

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

background-color css

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

 a { background-color: rgb(196,28,160); }

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

border-color css

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

 span { border-color: rgb(196,28,160); }

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