#CC1F7A

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

Shades of Medium Violet Red #CC1F7A

Tints of Medium Violet Red #CC1F7A

Color information

#CC1F7A (or 0xCC1F7A) is unknown color: approx Medium Violet Red. HEX triplet: CC, 1F and 7A. RGB value is (204,31,122). Sum of RGB (Red+Green+Blue) = 204+31+122=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 31 (12.5% from 255 or 8.68% from 357); Blue value is 122 (48.05% from 255 or 34.17% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1F7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1F7A is #33E085. Grayscale: #5C5C5C. Windows color (decimal): -3399814 or 8003532. OLE color: 8003532.

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

Color convert

RGB20431122-
CMYK00.850.400.2
HSL328.44º73.62%46.08%-
HSV(B)328.44º84.8%80%-
XYZ28.915.2219.83-
YUV93.1144.31207.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 57.14%
GREEN value IS 31 (12.5% from 255) = 8.68%
BLUE value IS 122 (48.05% from 255) = 34.17%
R=57.14%
G=8.68%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2043112200.850.400.2328.4473.6246.08
HexCC1F7A05528141484a2e
Octal314371720125502451011256
Binary1100110011111111101001010101101000101001010010001001010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1F7A; }

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

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

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

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

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

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

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

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