Html Css Color HEX #C41CA4 Medium Violet Red

📋 copy color: '#C41CA4'

red 196 ◦ green 28 ◦ blue 164

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

Shades of Medium Violet Red #C41CA4

Tints of Medium Violet Red #C41CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 42.27%

R = 50.52%
G = 7.22%
B = 42.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.16

 K value IS 0.23

RGB Variations

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

Color information

#C41CA4 (or 0xC41CA4) is known color: Medium Violet Red. HEX triplet: C4, 1C and A4. RGB value is (196,28,164). Sum of RGB (Red+Green+Blue) = 196+28+164=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 28 (11.33% from 255 or 7.22% from 388); Blue value is 164 (64.45% from 255 or 42.27% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C41CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41CA4 is #3BE35B. Grayscale: #5D5D5D. Windows color (decimal): -3924828 or 10755268. OLE color: 10755268.

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

Color convert

RGB 196 28 164 -
CMYK 0 0.86 0.16 0.23
HSL 311.43º 0.75% 0.44% -
HSV(B) 311.43º 0.86% 0.77% -
XYZ 29.88 15.25 36.49 -
YUV 93.74 167.66 200.94 -
System Red Green Blue C M Y K H S L
Decimal 196 28 164 0 0.86 0.16 0.23 311.43 0.75 0.44
Hex C4 1C A4 0 56 10 17 137 4B 2C
Octal 304 34 244 0 126 20 27 467 113 54
Binary 11000100 11100 10100100 0 1010110 10000 10111 100110111 1001011 101100

Color Harmonies of #C41CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41CA4

Black with #C41CA4

Text Example


Text Example

White with #C41CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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