Html Css Color HEX #C41483 Medium Violet Red

📋 copy color: '#C41483'

red 196 ◦ green 20 ◦ blue 131

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

Shades of Medium Violet Red #C41483

Tints of Medium Violet Red #C41483

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.76%

 BLUE value IS 131 (51.56% from 255) = 37.75%

R = 56.48%
G = 5.76%
B = 37.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.23

RGB Variations

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

Color information

#C41483 (or 0xC41483) is known color: Medium Violet Red. HEX triplet: C4, 14 and 83. RGB value is (196,20,131). Sum of RGB (Red+Green+Blue) = 196+20+131=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 20 (8.20% from 255 or 5.76% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C41483 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41483 is #3BEB7C. Grayscale: #555555. Windows color (decimal): -3926909 or 8590532. OLE color: 8590532.

HSL color Cylindrical-coordinate representation of color #C41483: hue angle of 322.16º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C41483 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 20 131 -
CMYK 0 0.90 0.33 0.23
HSL 322.16º 0.81% 0.42% -
HSV(B) 322.16º 0.9% 0.77% -
XYZ 27.11 13.87 22.72 -
YUV 85.28 153.81 206.97 -
System Red Green Blue C M Y K H S L
Decimal 196 20 131 0 0.90 0.33 0.23 322.16 0.81 0.42
Hex C4 14 83 0 5A 21 17 142 51 2A
Octal 304 24 203 0 132 41 27 502 121 52
Binary 11000100 10100 10000011 0 1011010 100001 10111 101000010 1010001 101010

Color Harmonies of #C41483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41483

Black with #C41483

Text Example


Text Example

White with #C41483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41483; }

 p { color: rgb(196,20,131); }

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

background-color css

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

 a { background-color: rgb(196,20,131); }

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

border-color css

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

 span { border-color: rgb(196,20,131); }

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