Html Css Color HEX #C41FAA Medium Violet Red

📋 copy color: '#C41FAA'

red 196 ◦ green 31 ◦ blue 170

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

Shades of Medium Violet Red #C41FAA

Tints of Medium Violet Red #C41FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.81%

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

R = 49.37%
G = 7.81%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C41FAA (or 0xC41FAA) is known color: Medium Violet Red. HEX triplet: C4, 1F and AA. RGB value is (196,31,170). Sum of RGB (Red+Green+Blue) = 196+31+170=397 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.37% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 196 - color contains mainly: red. Hex color #C41FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41FAA is #3BE055. Grayscale: #5F5F5F. Windows color (decimal): -3924054 or 11149252. OLE color: 11149252.

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

Color convert

RGB 196 31 170 -
CMYK 0 0.84 0.13 0.23
HSL 309.45º 0.73% 0.45% -
HSV(B) 309.45º 0.84% 0.77% -
XYZ 30.51 15.62 39.44 -
YUV 96.18 169.66 199.2 -
System Red Green Blue C M Y K H S L
Decimal 196 31 170 0 0.84 0.13 0.23 309.45 0.73 0.45
Hex C4 1F AA 0 54 D 17 135 49 2D
Octal 304 37 252 0 124 15 27 465 111 55
Binary 11000100 11111 10101010 0 1010100 1101 10111 100110101 1001001 101101

Color Harmonies of #C41FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41FAA

Black with #C41FAA

Text Example


Text Example

White with #C41FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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