#CC048B

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

Shades of Medium Violet Red #CC048B

Tints of Medium Violet Red #CC048B

Color information

#CC048B (or 0xCC048B) is unknown color: approx Medium Violet Red. HEX triplet: CC, 04 and 8B. RGB value is (204,4,139). Sum of RGB (Red+Green+Blue) = 204+4+139=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC048B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC048B is #33FB74. Grayscale: #4E4E4E. Windows color (decimal): -3406709 or 9110732. OLE color: 9110732.

HSL color Cylindrical-coordinate representation of color #CC048B: hue angle of 319.5º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC048B is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB2044139-
CMYK00.980.320.2
HSL319.5º96.15%40.78%-
HSV(B)319.5º98.04%80%-
XYZ29.6114.7925.72-
YUV79.19161.76217.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.79%
GREEN value IS 4 (1.95% from 255) = 1.15%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=58.79%
G=1.15%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204413900.980.320.2319.596.1540.78
HexCC48B06220141406029
Octal31442130142402450014051
Binary110011001001000101101100010100000101001010000001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC048B; }

 p { color: rgb(204,4,139); }

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

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

 a { background-color: rgb(204,4,139); }

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

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

 span { border-color: rgb(204,4,139); }

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