#CC0D9F

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

Shades of Medium Violet Red #CC0D9F

Tints of Medium Violet Red #CC0D9F

Color information

#CC0D9F (or 0xCC0D9F) is unknown color: approx Medium Violet Red. HEX triplet: CC, 0D and 9F. RGB value is (204,13,159). Sum of RGB (Red+Green+Blue) = 204+13+159=376 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.26% from 376); Green value is 13 (5.47% from 255 or 3.46% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D9F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0D9F is #33F260. Grayscale: #565656. Windows color (decimal): -3404385 or 10423756. OLE color: 10423756.

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

Color convert

RGB20413159-
CMYK00.940.220.2
HSL314.14º88.02%42.55%-
HSV(B)314.14º93.63%80%-
XYZ31.315.6334.17-
YUV86.75168.78211.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 54.26%
GREEN value IS 13 (5.47% from 255) = 3.46%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=54.26%
G=3.46%
B=42.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041315900.940.220.2314.1488.0242.55
HexCCD9F05E161413a582b
Octal314152370136262447213053
Binary110011001101100111110101111010110101001001110101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0D9F; }

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

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

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

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

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

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

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

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