#C0028F

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

Shades of Medium Violet Red #C0028F

Tints of Medium Violet Red #C0028F

Color information

#C0028F (or 0xC0028F) is unknown color: approx Medium Violet Red. HEX triplet: C0, 02 and 8F. RGB value is (192,2,143). Sum of RGB (Red+Green+Blue) = 192+2+143=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 143 (56.25% from 255 or 42.43% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C0028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0028F is #3FFD70. Grayscale: #4A4A4A. Windows color (decimal): -4193649 or 9372352. OLE color: 9372352.

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

Color convert

RGB1922143-
CMYK00.990.260.25
HSL315.47º97.94%38.04%-
HSV(B)315.47º98.96%75.29%-
XYZ26.7213.2327.13-
YUV74.88166.45211.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.97%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 143 (56.25% from 255) = 42.43%
R=56.97%
G=0.59%
B=42.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192214300.990.260.25315.4797.9438.04
HexC028F0631A1913b6226
Octal30022170143323147314246
Binary1100000010100011110110001111010110011001110111100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0028F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0028F; }

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

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

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

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

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

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

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

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