Html Css Color HEX #C40088 Medium Violet Red

📋 copy color: '#C40088'

red 196 ◦ green 0 ◦ blue 136

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

Shades of Medium Violet Red #C40088

Tints of Medium Violet Red #C40088

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.04%
G = 0%
B = 40.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C40088 (or 0xC40088) is known color: Medium Violet Red. HEX triplet: C4, 00 and 88. RGB value is (196,0,136). Sum of RGB (Red+Green+Blue) = 196+0+136=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C40088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40088 is #3BFF77. Grayscale: #494949. Windows color (decimal): -3932024 or 8913092. OLE color: 8913092.

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

Color convert

RGB 196 0 136 -
CMYK 0 1 0.31 0.23
HSL 318.37º 1% 0.38% -
HSV(B) 318.37º 1% 0.77% -
XYZ 27.21 13.51 24.47 -
YUV 74.11 162.93 214.94 -
System Red Green Blue C M Y K H S L
Decimal 196 0 136 0 1 0.31 0.23 318.37 1 0.38
Hex C4 0 88 0 64 1F 17 13E 64 26
Octal 304 0 210 0 144 37 27 476 144 46
Binary 11000100 0 10001000 0 1100100 11111 10111 100111110 1100100 100110

Color Harmonies of #C40088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C40088

Black with #C40088

Text Example


Text Example

White with #C40088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C40088; }

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

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

background-color css

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

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

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

border-color css

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

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

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