#CC0090

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

Shades of Medium Violet Red #CC0090

Tints of Medium Violet Red #CC0090

Color information

#CC0090 (or 0xCC0090) is unknown color: approx Medium Violet Red. HEX triplet: CC, 00 and 90. RGB value is (204,0,144). Sum of RGB (Red+Green+Blue) = 204+0+144=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 144 (56.64% from 255 or 41.38% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0090 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0090 is #33FF6F. Grayscale: #4D4D4D. Windows color (decimal): -3407728 or 9437388. OLE color: 9437388.

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

Color convert

RGB2040144-
CMYK010.290.2
HSL317.65º100%40%-
HSV(B)317.65º100%80%-
XYZ29.9414.8527.67-
YUV77.41165.59218.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 144 (56.64% from 255) = 41.38%
R=58.62%
G=0%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2040144010.290.2317.6510040
HexCC0900641D1413e6428
Octal31402200144352447614450
Binary110011000100100000110010011101101001001111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0090; }

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

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

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

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

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

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

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

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