Html Css Color HEX #C41AAB Medium Violet Red

📋 copy color: '#C41AAB'

red 196 ◦ green 26 ◦ blue 171

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

Shades of Medium Violet Red #C41AAB

Tints of Medium Violet Red #C41AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.51%

R = 49.87%
G = 6.62%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C41AAB (or 0xC41AAB) is known color: Medium Violet Red. HEX triplet: C4, 1A and AB. RGB value is (196,26,171). Sum of RGB (Red+Green+Blue) = 196+26+171=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C41AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41AAB is #3BE554. Grayscale: #5C5C5C. Windows color (decimal): -3925333 or 11213508. OLE color: 11213508.

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

Color convert

RGB 196 26 171 -
CMYK 0 0.87 0.13 0.23
HSL 308.82º 0.77% 0.44% -
HSV(B) 308.82º 0.87% 0.77% -
XYZ 30.49 15.41 39.9 -
YUV 93.36 171.82 201.21 -
System Red Green Blue C M Y K H S L
Decimal 196 26 171 0 0.87 0.13 0.23 308.82 0.77 0.44
Hex C4 1A AB 0 57 D 17 135 4D 2C
Octal 304 32 253 0 127 15 27 465 115 54
Binary 11000100 11010 10101011 0 1010111 1101 10111 100110101 1001101 101100

Color Harmonies of #C41AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41AAB

Black with #C41AAB

Text Example


Text Example

White with #C41AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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