#CC28A5

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

Shades of Medium Violet Red #CC28A5

Tints of Medium Violet Red #CC28A5

Color information

#CC28A5 (or 0xCC28A5) is unknown color: approx Medium Violet Red. HEX triplet: CC, 28 and A5. RGB value is (204,40,165). Sum of RGB (Red+Green+Blue) = 204+40+165=409 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.88% from 409); Green value is 40 (16.02% from 255 or 9.78% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 204 - color contains mainly: red. Hex color #CC28A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC28A5 is #33D75A. Grayscale: #666666. Windows color (decimal): -3397467 or 10823884. OLE color: 10823884.

HSL color Cylindrical-coordinate representation of color #CC28A5: hue angle of 314.27º 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 #CC28A5 is Cyan = 0, Magento = 0.80, Yellow = 0.19 and Black (K on CMYK) = 0.2.

Color convert

RGB20440165-
CMYK00.800.190.2
HSL314.27º67.21%47.84%-
HSV(B)314.27º80.39%80%-
XYZ32.4517.0737.18-
YUV103.29162.83199.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.88%
GREEN value IS 40 (16.02% from 255) = 9.78%
BLUE value IS 165 (64.84% from 255) = 40.34%
R=49.88%
G=9.78%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2044016500.800.190.2314.2767.2147.84
HexCC28A5050131413a4330
Octal314502450120232447210360
Binary11001100101000101001010101000010011101001001110101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC28A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC28A5; }

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

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

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

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

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

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

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

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