Html Css Color HEX #C41488 Medium Violet Red

📋 copy color: '#C41488'

red 196 ◦ green 20 ◦ blue 136

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

Shades of Medium Violet Red #C41488

Tints of Medium Violet Red #C41488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.64%

R = 55.68%
G = 5.68%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C41488 (or 0xC41488) is known color: Medium Violet Red. HEX triplet: C4, 14 and 88. RGB value is (196,20,136). Sum of RGB (Red+Green+Blue) = 196+20+136=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 20 (8.20% from 255 or 5.68% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C41488 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41488 is #3BEB77. Grayscale: #555555. Windows color (decimal): -3926904 or 8918212. OLE color: 8918212.

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

Color convert

RGB 196 20 136 -
CMYK 0 0.90 0.31 0.23
HSL 320.45º 0.81% 0.42% -
HSV(B) 320.45º 0.9% 0.77% -
XYZ 27.46 14.01 24.55 -
YUV 85.85 156.31 206.57 -
System Red Green Blue C M Y K H S L
Decimal 196 20 136 0 0.90 0.31 0.23 320.45 0.81 0.42
Hex C4 14 88 0 5A 1F 17 140 51 2A
Octal 304 24 210 0 132 37 27 500 121 52
Binary 11000100 10100 10001000 0 1011010 11111 10111 101000000 1010001 101010

Color Harmonies of #C41488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41488

Black with #C41488

Text Example


Text Example

White with #C41488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41488; }

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

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

background-color css

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

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

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

border-color css

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

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

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