#CC047F

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

Shades of Medium Violet Red #CC047F

Tints of Medium Violet Red #CC047F

Color information

#CC047F (or 0xCC047F) is unknown color: approx Medium Violet Red. HEX triplet: CC, 04 and 7F. RGB value is (204,4,127). Sum of RGB (Red+Green+Blue) = 204+4+127=335 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.90% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 127 (50% from 255 or 37.91% from 335); Max value from RGB is 204 - color contains mainly: red. Hex color #CC047F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC047F is #33FB80. Grayscale: #4D4D4D. Windows color (decimal): -3406721 or 8324300. OLE color: 8324300.

HSL color Cylindrical-coordinate representation of color #CC047F: hue angle of 323.1º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC047F is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB2044127-
CMYK00.980.380.2
HSL323.1º96.15%40.78%-
HSV(B)323.1º98.04%80%-
XYZ28.7814.4621.35-
YUV77.82155.76218-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 60.90%
GREEN value IS 4 (1.95% from 255) = 1.19%
BLUE value IS 127 (50% from 255) = 37.91%
R=60.90%
G=1.19%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204412700.980.380.2323.196.1540.78
HexCC47F06226141436029
Octal31441770142462450314051
Binary11001100100111111101100010100110101001010000111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC047F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC047F; }

 p { color: rgb(204,4,127); }

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

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

 a { background-color: rgb(204,4,127); }

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

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

 span { border-color: rgb(204,4,127); }

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