#C40B7A

Color #C40B7A Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #C40B7A

Tints of Medium Violet Red #C40B7A

Color information

#C40B7A (or 0xC40B7A) is unknown color: approx Medium Violet Red. HEX triplet: C4, 0B and 7A. RGB value is (196,11,122). Sum of RGB (Red+Green+Blue) = 196+11+122=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C40B7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C40B7A is #3BF485. Grayscale: #4E4E4E. Windows color (decimal): -3929222 or 7998404. OLE color: 7998404.

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

Color convert

RGB19611122-
CMYK00.940.380.23
HSL324º89.37%40.59%-
HSV(B)324º94.39%76.86%-
XYZ26.413.3819.6-
YUV78.97152.29211.47-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 59.57%
GREEN value IS 11 (4.69% from 255) = 3.34%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=59.57%
G=3.34%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961112200.940.380.2332489.3740.59
HexC4B7A05E26171445929
Octal304131720136462750413151
Binary110001001011111101001011110100110101111010001001011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C40B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C40B7A; }

 p { color: rgb(196,11,122); }

 H1.HeaderClassName
 {
   color: #C40B7A;
 }
 .AnyTagClassName
 {
   color: #C40B7A;
 }
</style>
background-color css

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

 a { background-color: rgb(196,11,122); }

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

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

 span { border-color: rgb(196,11,122); }

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