Html Css Color HEX #C40F88 Medium Violet Red

📋 copy color: '#C40F88'

red 196 ◦ green 15 ◦ blue 136

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

Shades of Medium Violet Red #C40F88

Tints of Medium Violet Red #C40F88

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.32%

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

R = 56.48%
G = 4.32%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C40F88 (or 0xC40F88) is known color: Medium Violet Red. HEX triplet: C4, 0F and 88. RGB value is (196,15,136). Sum of RGB (Red+Green+Blue) = 196+15+136=347 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.48% from 347); Green value is 15 (6.25% from 255 or 4.32% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 196 - color contains mainly: red. Hex color #C40F88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40F88 is #3BF077. Grayscale: #525252. Windows color (decimal): -3928184 or 8916932. OLE color: 8916932.

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

Color convert

RGB 196 15 136 -
CMYK 0 0.92 0.31 0.23
HSL 319.89º 0.86% 0.41% -
HSV(B) 319.89º 0.92% 0.77% -
XYZ 27.38 13.85 24.52 -
YUV 82.91 157.97 208.66 -
System Red Green Blue C M Y K H S L
Decimal 196 15 136 0 0.92 0.31 0.23 319.89 0.86 0.41
Hex C4 F 88 0 5C 1F 17 140 56 29
Octal 304 17 210 0 134 37 27 500 126 51
Binary 11000100 1111 10001000 0 1011100 11111 10111 101000000 1010110 101001

Color Harmonies of #C40F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40F88

Black with #C40F88

Text Example


Text Example

White with #C40F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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