#C00278

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

Shades of Medium Violet Red #C00278

Tints of Medium Violet Red #C00278

Color information

#C00278 (or 0xC00278) is unknown color: approx Medium Violet Red. HEX triplet: C0, 02 and 78. RGB value is (192,2,120). Sum of RGB (Red+Green+Blue) = 192+2+120=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 2 (1.17% from 255 or 0.64% from 314); Blue value is 120 (47.27% from 255 or 38.22% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C00278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00278 is #3FFD87. Grayscale: #474747. Windows color (decimal): -4193672 or 7865024. OLE color: 7865024.

HSL color Cylindrical-coordinate representation of color #C00278: hue angle of 322.74º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00278 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB1922120-
CMYK00.990.380.25
HSL322.74º97.94%38.04%-
HSV(B)322.74º98.96%75.29%-
XYZ25.1512.6118.88-
YUV72.26154.95213.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.15%
GREEN value IS 2 (1.17% from 255) = 0.64%
BLUE value IS 120 (47.27% from 255) = 38.22%
R=61.15%
G=0.64%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192212000.990.380.25322.7497.9438.04
HexC027806326191436226
Octal30021700143463150314246
Binary1100000010111100001100011100110110011010000111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00278; }

 p { color: rgb(192,2,120); }

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

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

 a { background-color: rgb(192,2,120); }

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

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

 span { border-color: rgb(192,2,120); }

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