#CC007A

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

Shades of Medium Violet Red #CC007A

Tints of Medium Violet Red #CC007A

Color information

#CC007A (or 0xCC007A) is unknown color: approx Medium Violet Red. HEX triplet: CC, 00 and 7A. RGB value is (204,0,122). Sum of RGB (Red+Green+Blue) = 204+0+122=326 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.58% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 204 - color contains mainly: red. Hex color #CC007A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC007A is #33FF85. Grayscale: #4A4A4A. Windows color (decimal): -3407750 or 7995596. OLE color: 7995596.

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

Color convert

RGB2040122-
CMYK010.400.2
HSL324.12º100%40%-
HSV(B)324.12º100%80%-
XYZ28.4114.2419.66-
YUV74.9154.59220.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=62.58%
G=0%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2040122010.400.2324.1210040
HexCC07A06428141446428
Octal31401720144502450414450
Binary110011000111101001100100101000101001010001001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC007A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC007A; }

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

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

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

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

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

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

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

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