Html Css Color HEX #C41484 Medium Violet Red

📋 copy color: '#C41484'

red 196 ◦ green 20 ◦ blue 132

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

Shades of Medium Violet Red #C41484

Tints of Medium Violet Red #C41484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.93%

R = 56.32%
G = 5.75%
B = 37.93%

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

#C41484 (or 0xC41484) is known color: Medium Violet Red. HEX triplet: C4, 14 and 84. RGB value is (196,20,132). Sum of RGB (Red+Green+Blue) = 196+20+132=348 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56.32% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 132 (51.95% from 255 or 37.93% from 348); Max value from RGB is 196 - color contains mainly: red. Hex color #C41484 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41484 is #3BEB7B. Grayscale: #555555. Windows color (decimal): -3926908 or 8656068. OLE color: 8656068.

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

Color convert

RGB 196 20 132 -
CMYK 0 0.90 0.33 0.23
HSL 321.82º 0.81% 0.42% -
HSV(B) 321.82º 0.9% 0.77% -
XYZ 27.18 13.9 23.08 -
YUV 85.39 154.31 206.89 -
System Red Green Blue C M Y K H S L
Decimal 196 20 132 0 0.90 0.33 0.23 321.82 0.81 0.42
Hex C4 14 84 0 5A 21 17 142 51 2A
Octal 304 24 204 0 132 41 27 502 121 52
Binary 11000100 10100 10000100 0 1011010 100001 10111 101000010 1010001 101010

Color Harmonies of #C41484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41484

Black with #C41484

Text Example


Text Example

White with #C41484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41484; }

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

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

background-color css

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

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

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

border-color css

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

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

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