#CC008D

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

Shades of Medium Violet Red #CC008D

Tints of Medium Violet Red #CC008D

Color information

#CC008D (or 0xCC008D) is unknown color: approx Medium Violet Red. HEX triplet: CC, 00 and 8D. RGB value is (204,0,141). Sum of RGB (Red+Green+Blue) = 204+0+141=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC008D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC008D is #33FF72. Grayscale: #4C4C4C. Windows color (decimal): -3407731 or 9240780. OLE color: 9240780.

HSL color Cylindrical-coordinate representation of color #CC008D: hue angle of 318.53º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC008D is Cyan = 0, Magento = 1, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB2040141-
CMYK010.310.2
HSL318.53º100%40%-
HSV(B)318.53º100%80%-
XYZ29.7114.7626.48-
YUV77.07164.09218.54-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.13%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=59.13%
G=0%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2040141010.310.2318.5310040
HexCC08D0641F1413f6428
Octal31402150144372447714450
Binary110011000100011010110010011111101001001111111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC008D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC008D; }

 p { color: rgb(204,0,141); }

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

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

 a { background-color: rgb(204,0,141); }

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

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

 span { border-color: rgb(204,0,141); }

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