Html Css Color HEX #C41383 Medium Violet Red

📋 copy color: '#C41383'

red 196 ◦ green 19 ◦ blue 131

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

Shades of Medium Violet Red #C41383

Tints of Medium Violet Red #C41383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.49%

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

R = 56.65%
G = 5.49%
B = 37.86%

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

#C41383 (or 0xC41383) is known color: Medium Violet Red. HEX triplet: C4, 13 and 83. RGB value is (196,19,131). Sum of RGB (Red+Green+Blue) = 196+19+131=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C41383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41383 is #3BEC7C. Grayscale: #545454. Windows color (decimal): -3927165 or 8590276. OLE color: 8590276.

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

Color convert

RGB 196 19 131 -
CMYK 0 0.90 0.33 0.23
HSL 322.03º 0.82% 0.42% -
HSV(B) 322.03º 0.9% 0.77% -
XYZ 27.09 13.84 22.72 -
YUV 84.69 154.14 207.39 -
System Red Green Blue C M Y K H S L
Decimal 196 19 131 0 0.90 0.33 0.23 322.03 0.82 0.42
Hex C4 13 83 0 5A 21 17 142 52 2A
Octal 304 23 203 0 132 41 27 502 122 52
Binary 11000100 10011 10000011 0 1011010 100001 10111 101000010 1010010 101010

Color Harmonies of #C41383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41383

Black with #C41383

Text Example


Text Example

White with #C41383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41383; }

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

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

background-color css

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

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

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

border-color css

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

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

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