#C00279

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

Shades of Medium Violet Red #C00279

Tints of Medium Violet Red #C00279

Color information

#C00279 (or 0xC00279) is unknown color: approx Medium Violet Red. HEX triplet: C0, 02 and 79. RGB value is (192,2,121). Sum of RGB (Red+Green+Blue) = 192+2+121=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C00279 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C00279 is #3FFD86. Grayscale: #484848. Windows color (decimal): -4193671 or 7930560. OLE color: 7930560.

HSL color Cylindrical-coordinate representation of color #C00279: hue angle of 322.42º 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 #C00279 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB1922121-
CMYK00.990.370.25
HSL322.42º97.94%38.04%-
HSV(B)322.42º98.96%75.29%-
XYZ25.2112.6319.2-
YUV72.38155.45213.32-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.95%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 121 (47.66% from 255) = 38.41%
R=60.95%
G=0.63%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192212100.990.370.25322.4297.9438.04
HexC027906325191426226
Octal30021710143453150214246
Binary1100000010111100101100011100101110011010000101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00279; }

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

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

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

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

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

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

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

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