#CC0D9A

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

Shades of Medium Violet Red #CC0D9A

Tints of Medium Violet Red #CC0D9A

Color information

#CC0D9A (or 0xCC0D9A) is unknown color: approx Medium Violet Red. HEX triplet: CC, 0D and 9A. RGB value is (204,13,154). Sum of RGB (Red+Green+Blue) = 204+13+154=371 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.99% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0D9A is #33F265. Grayscale: #555555. Windows color (decimal): -3404390 or 10096076. OLE color: 10096076.

HSL color Cylindrical-coordinate representation of color #CC0D9A: hue angle of 315.71º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC0D9A is Cyan = 0, Magento = 0.94, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB20413154-
CMYK00.940.250.2
HSL315.71º88.02%42.55%-
HSV(B)315.71º93.63%80%-
XYZ30.8815.4631.93-
YUV86.18166.28212.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.99%
GREEN value IS 13 (5.47% from 255) = 3.50%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=54.99%
G=3.50%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041315400.940.250.2315.7188.0242.55
HexCCD9A05E191413c582b
Octal314152320136312447413053
Binary110011001101100110100101111011001101001001111001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0D9A; }

 p { color: rgb(204,13,154); }

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

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

 a { background-color: rgb(204,13,154); }

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

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

 span { border-color: rgb(204,13,154); }

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