Html Css Color HEX #C41FA2 Medium Violet Red

📋 copy color: '#C41FA2'

red 196 ◦ green 31 ◦ blue 162

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

Shades of Medium Violet Red #C41FA2

Tints of Medium Violet Red #C41FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 41.65%

R = 50.39%
G = 7.97%
B = 41.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.23

RGB Variations

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

Color information

#C41FA2 (or 0xC41FA2) is known color: Medium Violet Red. HEX triplet: C4, 1F and A2. RGB value is (196,31,162). Sum of RGB (Red+Green+Blue) = 196+31+162=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C41FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C41FA2 is #3BE05D. Grayscale: #5E5E5E. Windows color (decimal): -3924062 or 10624964. OLE color: 10624964.

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

Color convert

RGB 196 31 162 -
CMYK 0 0.84 0.17 0.23
HSL 312.36º 0.73% 0.45% -
HSV(B) 312.36º 0.84% 0.77% -
XYZ 29.78 15.32 35.57 -
YUV 95.27 165.66 199.85 -
System Red Green Blue C M Y K H S L
Decimal 196 31 162 0 0.84 0.17 0.23 312.36 0.73 0.45
Hex C4 1F A2 0 54 11 17 138 49 2D
Octal 304 37 242 0 124 21 27 470 111 55
Binary 11000100 11111 10100010 0 1010100 10001 10111 100111000 1001001 101101

Color Harmonies of #C41FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41FA2

Black with #C41FA2

Text Example


Text Example

White with #C41FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41FA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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