Html Css Color HEX #C40988 Medium Violet Red

📋 copy color: '#C40988'

red 196 ◦ green 9 ◦ blue 136

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

Shades of Medium Violet Red #C40988

Tints of Medium Violet Red #C40988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.64%

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

R = 57.48%
G = 2.64%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C40988 (or 0xC40988) is known color: Medium Violet Red. HEX triplet: C4, 09 and 88. RGB value is (196,9,136). Sum of RGB (Red+Green+Blue) = 196+9+136=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 9 (3.91% from 255 or 2.64% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C40988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40988 is #3BF677. Grayscale: #4F4F4F. Windows color (decimal): -3929720 or 8915396. OLE color: 8915396.

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

Color convert

RGB 196 9 136 -
CMYK 0 0.95 0.31 0.23
HSL 319.25º 0.91% 0.4% -
HSV(B) 319.25º 0.95% 0.77% -
XYZ 27.31 13.71 24.5 -
YUV 79.39 159.95 211.17 -
System Red Green Blue C M Y K H S L
Decimal 196 9 136 0 0.95 0.31 0.23 319.25 0.91 0.4
Hex C4 9 88 0 5F 1F 17 13F 5B 28
Octal 304 11 210 0 137 37 27 477 133 50
Binary 11000100 1001 10001000 0 1011111 11111 10111 100111111 1011011 101000

Color Harmonies of #C40988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40988

Black with #C40988

Text Example


Text Example

White with #C40988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40988; }

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

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

background-color css

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

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

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

border-color css

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

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

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