Html Css Color HEX #C41DAA Medium Violet Red

📋 copy color: '#C41DAA'

red 196 ◦ green 29 ◦ blue 170

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

Shades of Medium Violet Red #C41DAA

Tints of Medium Violet Red #C41DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.34%

 BLUE value IS 170 (66.8% from 255) = 43.04%

R = 49.62%
G = 7.34%
B = 43.04%

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

#C41DAA (or 0xC41DAA) is known color: Medium Violet Red. HEX triplet: C4, 1D and AA. RGB value is (196,29,170). Sum of RGB (Red+Green+Blue) = 196+29+170=395 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.62% from 395); Green value is 29 (11.72% from 255 or 7.34% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 196 - color contains mainly: red. Hex color #C41DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41DAA is #3BE255. Grayscale: #5E5E5E. Windows color (decimal): -3924566 or 11148740. OLE color: 11148740.

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

Color convert

RGB 196 29 170 -
CMYK 0 0.85 0.13 0.23
HSL 309.34º 0.74% 0.44% -
HSV(B) 309.34º 0.85% 0.77% -
XYZ 30.46 15.52 39.42 -
YUV 95.01 170.33 200.04 -
System Red Green Blue C M Y K H S L
Decimal 196 29 170 0 0.85 0.13 0.23 309.34 0.74 0.44
Hex C4 1D AA 0 55 D 17 135 4A 2C
Octal 304 35 252 0 125 15 27 465 112 54
Binary 11000100 11101 10101010 0 1010101 1101 10111 100110101 1001010 101100

Color Harmonies of #C41DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41DAA

Black with #C41DAA

Text Example


Text Example

White with #C41DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41DAA; }

 p { color: rgb(196,29,170); }

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

background-color css

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

 a { background-color: rgb(196,29,170); }

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

border-color css

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

 span { border-color: rgb(196,29,170); }

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