#C70B9D

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

Shades of Medium Violet Red #C70B9D

Tints of Medium Violet Red #C70B9D

Color information

#C70B9D (or 0xC70B9D) is unknown color: approx Medium Violet Red. HEX triplet: C7, 0B and 9D. RGB value is (199,11,157). Sum of RGB (Red+Green+Blue) = 199+11+157=367 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.22% from 367); Green value is 11 (4.69% from 255 or 3.00% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 199 - color contains mainly: red. Hex color #C70B9D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C70B9D is #38F462. Grayscale: #535353. Windows color (decimal): -3732579 or 10292167. OLE color: 10292167.

HSL color Cylindrical-coordinate representation of color #C70B9D: hue angle of 313.4º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C70B9D is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.22.

Color convert

RGB19911157-
CMYK00.940.210.22
HSL313.4º89.52%41.18%-
HSV(B)313.4º94.47%78.04%-
XYZ29.7614.8233.19-
YUV83.86169.28210.13-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 54.22%
GREEN value IS 11 (4.69% from 255) = 3.00%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=54.22%
G=3.00%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.21
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991115700.940.210.22313.489.5241.18
HexC7B9D05E15161395a29
Octal307132350136252647113251
Binary110001111011100111010101111010101101101001110011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C70B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C70B9D; }

 p { color: rgb(199,11,157); }

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

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

 a { background-color: rgb(199,11,157); }

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

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

 span { border-color: rgb(199,11,157); }

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