#CC007F

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

Shades of Medium Violet Red #CC007F

Tints of Medium Violet Red #CC007F

Color information

#CC007F (or 0xCC007F) is unknown color: approx Medium Violet Red. HEX triplet: CC, 00 and 7F. RGB value is (204,0,127). Sum of RGB (Red+Green+Blue) = 204+0+127=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC007F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC007F is #33FF80. Grayscale: #4B4B4B. Windows color (decimal): -3407745 or 8323276. OLE color: 8323276.

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

Color convert

RGB2040127-
CMYK010.380.2
HSL322.65º100%40%-
HSV(B)322.65º100%80%-
XYZ28.7314.3721.34-
YUV75.47157.09219.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 61.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 127 (50% from 255) = 38.37%
R=61.63%
G=0%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2040127010.380.2322.6510040
HexCC07F06426141436428
Octal31401770144462450314450
Binary110011000111111101100100100110101001010000111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC007F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC007F; }

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

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

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

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

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

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

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

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