Html Css Color HEX #C41AA8 Medium Violet Red

📋 copy color: '#C41AA8'

red 196 ◦ green 26 ◦ blue 168

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

Shades of Medium Violet Red #C41AA8

Tints of Medium Violet Red #C41AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 43.08%

R = 50.26%
G = 6.67%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C41AA8 (or 0xC41AA8) is known color: Medium Violet Red. HEX triplet: C4, 1A and A8. RGB value is (196,26,168). Sum of RGB (Red+Green+Blue) = 196+26+168=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C41AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41AA8 is #3BE557. Grayscale: #5C5C5C. Windows color (decimal): -3925336 or 11016900. OLE color: 11016900.

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

Color convert

RGB 196 26 168 -
CMYK 0 0.87 0.14 0.23
HSL 309.88º 0.77% 0.44% -
HSV(B) 309.88º 0.87% 0.77% -
XYZ 30.2 15.3 38.41 -
YUV 93.02 170.32 201.45 -
System Red Green Blue C M Y K H S L
Decimal 196 26 168 0 0.87 0.14 0.23 309.88 0.77 0.44
Hex C4 1A A8 0 57 E 17 136 4D 2C
Octal 304 32 250 0 127 16 27 466 115 54
Binary 11000100 11010 10101000 0 1010111 1110 10111 100110110 1001101 101100

Color Harmonies of #C41AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41AA8

Black with #C41AA8

Text Example


Text Example

White with #C41AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41AA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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