#CC037A

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

Shades of Medium Violet Red #CC037A

Tints of Medium Violet Red #CC037A

Color information

#CC037A (or 0xCC037A) is unknown color: approx Medium Violet Red. HEX triplet: CC, 03 and 7A. RGB value is (204,3,122). Sum of RGB (Red+Green+Blue) = 204+3+122=329 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.01% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 204 - color contains mainly: red. Hex color #CC037A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC037A is #33FC85. Grayscale: #4C4C4C. Windows color (decimal): -3406982 or 7996364. OLE color: 7996364.

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

Color convert

RGB2043122-
CMYK00.990.400.2
HSL324.48º97.1%40.59%-
HSV(B)324.48º98.53%80%-
XYZ28.4514.3119.67-
YUV76.66153.59218.82-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.01%
GREEN value IS 3 (1.56% from 255) = 0.91%
BLUE value IS 122 (48.05% from 255) = 37.08%
R=62.01%
G=0.91%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204312200.990.400.2324.4897.140.59
HexCC37A06328141446129
Octal31431720143502450414151
Binary1100110011111101001100011101000101001010001001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC037A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC037A; }

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

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

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

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

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

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

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

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