#C00284

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

Shades of Medium Violet Red #C00284

Tints of Medium Violet Red #C00284

Color information

#C00284 (or 0xC00284) is unknown color: approx Medium Violet Red. HEX triplet: C0, 02 and 84. RGB value is (192,2,132). Sum of RGB (Red+Green+Blue) = 192+2+132=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 2 (1.17% from 255 or 0.61% from 326); Blue value is 132 (51.95% from 255 or 40.49% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C00284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00284 is #3FFD7B. Grayscale: #494949. Windows color (decimal): -4193660 or 8651456. OLE color: 8651456.

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

Color convert

RGB1922132-
CMYK00.990.310.25
HSL318.95º97.94%38.04%-
HSV(B)318.95º98.96%75.29%-
XYZ25.9212.9222.96-
YUV73.63160.95212.43-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 58.90%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 132 (51.95% from 255) = 40.49%
R=58.90%
G=0.61%
B=40.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192213200.990.310.25318.9597.9438.04
HexC02840631F1913f6226
Octal30022040143373147714246
Binary1100000010100001000110001111111110011001111111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C00284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C00284; }

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

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

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

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

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

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

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

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