#CC28B0

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

Shades of Medium Violet Red #CC28B0

Tints of Medium Violet Red #CC28B0

Color information

#CC28B0 (or 0xCC28B0) is unknown color: approx Medium Violet Red. HEX triplet: CC, 28 and B0. RGB value is (204,40,176). Sum of RGB (Red+Green+Blue) = 204+40+176=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 40 (16.02% from 255 or 9.52% from 420); Blue value is 176 (69.14% from 255 or 41.90% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC28B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC28B0 is #33D74F. Grayscale: #686868. Windows color (decimal): -3397456 or 11544780. OLE color: 11544780.

HSL color Cylindrical-coordinate representation of color #CC28B0: hue angle of 310.24º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC28B0 is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB20440176-
CMYK00.800.140.2
HSL310.24º67.21%47.84%-
HSV(B)310.24º80.39%80%-
XYZ33.517.4942.68-
YUV104.54168.33198.94-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.57%
GREEN value IS 40 (16.02% from 255) = 9.52%
BLUE value IS 176 (69.14% from 255) = 41.90%
R=48.57%
G=9.52%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044017600.800.140.2310.2467.2147.84
HexCC28B0050E141364330
Octal314502600120162446610360
Binary1100110010100010110000010100001110101001001101101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC28B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC28B0; }

 p { color: rgb(204,40,176); }

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

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

 a { background-color: rgb(204,40,176); }

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

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

 span { border-color: rgb(204,40,176); }

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