#CC1489

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

Shades of Medium Violet Red #CC1489

Tints of Medium Violet Red #CC1489

Color information

#CC1489 (or 0xCC1489) is unknown color: approx Medium Violet Red. HEX triplet: CC, 14 and 89. RGB value is (204,20,137). Sum of RGB (Red+Green+Blue) = 204+20+137=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 20 (8.20% from 255 or 5.54% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1489 is #33EB76. Grayscale: #585858. Windows color (decimal): -3402615 or 8983756. OLE color: 8983756.

HSL color Cylindrical-coordinate representation of color #CC1489: hue angle of 321.85º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC1489 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB20420137-
CMYK00.900.330.2
HSL321.85º82.14%43.92%-
HSV(B)321.85º90.2%80%-
XYZ29.6715.1425.03-
YUV88.35155.46210.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.51%
GREEN value IS 20 (8.20% from 255) = 5.54%
BLUE value IS 137 (53.91% from 255) = 37.95%
R=56.51%
G=5.54%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042013700.900.330.2321.8582.1443.92
HexCC148905A2114142522c
Octal314242110132412450212254
Binary11001100101001000100101011010100001101001010000101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1489; }

 p { color: rgb(204,20,137); }

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

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

 a { background-color: rgb(204,20,137); }

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

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

 span { border-color: rgb(204,20,137); }

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