#CC0D8F

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

Shades of Medium Violet Red #CC0D8F

Tints of Medium Violet Red #CC0D8F

Color information

#CC0D8F (or 0xCC0D8F) is unknown color: approx Medium Violet Red. HEX triplet: CC, 0D and 8F. RGB value is (204,13,143). Sum of RGB (Red+Green+Blue) = 204+13+143=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 143 (56.25% from 255 or 39.72% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0D8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0D8F is #33F270. Grayscale: #545454. Windows color (decimal): -3404401 or 9375180. OLE color: 9375180.

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

Color convert

RGB20413143-
CMYK00.940.300.2
HSL319.16º88.02%42.55%-
HSV(B)319.16º93.63%80%-
XYZ3015.1127.32-
YUV84.93160.78212.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 56.67%
GREEN value IS 13 (5.47% from 255) = 3.61%
BLUE value IS 143 (56.25% from 255) = 39.72%
R=56.67%
G=3.61%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041314300.940.300.2319.1688.0242.55
HexCCD8F05E1E1413f582b
Octal314152170136362447713053
Binary110011001101100011110101111011110101001001111111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0D8F; }

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

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

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

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

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

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

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

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