#CC057B

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

Shades of Medium Violet Red #CC057B

Tints of Medium Violet Red #CC057B

Color information

#CC057B (or 0xCC057B) is unknown color: approx Medium Violet Red. HEX triplet: CC, 05 and 7B. RGB value is (204,5,123). Sum of RGB (Red+Green+Blue) = 204+5+123=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC057B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC057B is #33FA84. Grayscale: #4D4D4D. Windows color (decimal): -3406469 or 8062412. OLE color: 8062412.

HSL color Cylindrical-coordinate representation of color #CC057B: hue angle of 324.42º degrees, saturation: 0.95, 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 #CC057B is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB2045123-
CMYK00.980.400.2
HSL324.42º95.22%40.98%-
HSV(B)324.42º97.55%80%-
XYZ28.5314.3820.01-
YUV77.95153.43217.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.45%
GREEN value IS 5 (2.34% from 255) = 1.51%
BLUE value IS 123 (48.44% from 255) = 37.05%
R=61.45%
G=1.51%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204512300.980.400.2324.4295.2240.98
HexCC57B06228141445f29
Octal31451730142502450413751
Binary11001100101111101101100010101000101001010001001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC057B; }

 p { color: rgb(204,5,123); }

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

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

 a { background-color: rgb(204,5,123); }

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

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

 span { border-color: rgb(204,5,123); }

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