#C00282

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

Shades of Medium Violet Red #C00282

Tints of Medium Violet Red #C00282

Color information

#C00282 (or 0xC00282) is unknown color: approx Medium Violet Red. HEX triplet: C0, 02 and 82. RGB value is (192,2,130). Sum of RGB (Red+Green+Blue) = 192+2+130=324 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.26% from 324); Green value is 2 (1.17% from 255 or 0.62% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 192 - color contains mainly: red. Hex color #C00282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00282 is #3FFD7D. Grayscale: #494949. Windows color (decimal): -4193662 or 8520384. OLE color: 8520384.

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

Color convert

RGB1922130-
CMYK00.990.320.25
HSL319.58º97.94%38.04%-
HSV(B)319.58º98.96%75.29%-
XYZ25.7912.8622.24-
YUV73.4159.95212.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 59.26%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 130 (51.17% from 255) = 40.12%
R=59.26%
G=0.62%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192213000.990.320.25319.5897.9438.04
HexC028206320191406226
Octal30022020143403150014246
Binary11000000101000001001100011100000110011010000001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00282; }

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

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

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

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

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

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

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

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