Html Css Color HEX #C41288 Medium Violet Red

📋 copy color: '#C41288'

red 196 ◦ green 18 ◦ blue 136

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

Shades of Medium Violet Red #C41288

Tints of Medium Violet Red #C41288

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.14%

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

R = 56%
G = 5.14%
B = 38.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C41288 (or 0xC41288) is known color: Medium Violet Red. HEX triplet: C4, 12 and 88. RGB value is (196,18,136). Sum of RGB (Red+Green+Blue) = 196+18+136=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 18 (7.42% from 255 or 5.14% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C41288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C41288 is #3BED77. Grayscale: #545454. Windows color (decimal): -3927416 or 8917700. OLE color: 8917700.

HSL color Cylindrical-coordinate representation of color #C41288: hue angle of 320.22º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C41288 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 18 136 -
CMYK 0 0.91 0.31 0.23
HSL 320.22º 0.83% 0.42% -
HSV(B) 320.22º 0.91% 0.77% -
XYZ 27.43 13.95 24.54 -
YUV 84.67 156.97 207.41 -
System Red Green Blue C M Y K H S L
Decimal 196 18 136 0 0.91 0.31 0.23 320.22 0.83 0.42
Hex C4 12 88 0 5B 1F 17 140 53 2A
Octal 304 22 210 0 133 37 27 500 123 52
Binary 11000100 10010 10001000 0 1011011 11111 10111 101000000 1010011 101010

Color Harmonies of #C41288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C41288

Black with #C41288

Text Example


Text Example

White with #C41288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C41288; }

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

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

background-color css

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

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

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

border-color css

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

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

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