Html Css Color HEX #C41EAB Medium Violet Red

📋 copy color: '#C41EAB'

red 196 ◦ green 30 ◦ blue 171

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

Shades of Medium Violet Red #C41EAB

Tints of Medium Violet Red #C41EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.56%

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

R = 49.37%
G = 7.56%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C41EAB (or 0xC41EAB) is known color: Medium Violet Red. HEX triplet: C4, 1E and AB. RGB value is (196,30,171). Sum of RGB (Red+Green+Blue) = 196+30+171=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 30 (12.11% from 255 or 7.56% from 397); Blue value is 171 (67.19% from 255 or 43.07% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C41EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41EAB is #3BE154. Grayscale: #5F5F5F. Windows color (decimal): -3924309 or 11214532. OLE color: 11214532.

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

Color convert

RGB 196 30 171 -
CMYK 0 0.85 0.13 0.23
HSL 309.04º 0.73% 0.44% -
HSV(B) 309.04º 0.85% 0.77% -
XYZ 30.58 15.6 39.93 -
YUV 95.71 170.5 199.54 -
System Red Green Blue C M Y K H S L
Decimal 196 30 171 0 0.85 0.13 0.23 309.04 0.73 0.44
Hex C4 1E AB 0 55 D 17 135 49 2C
Octal 304 36 253 0 125 15 27 465 111 54
Binary 11000100 11110 10101011 0 1010101 1101 10111 100110101 1001001 101100

Color Harmonies of #C41EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41EAB

Black with #C41EAB

Text Example


Text Example

White with #C41EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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