#CC1281

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

Shades of Medium Violet Red #CC1281

Tints of Medium Violet Red #CC1281

Color information

#CC1281 (or 0xCC1281) is unknown color: approx Medium Violet Red. HEX triplet: CC, 12 and 81. RGB value is (204,18,129). Sum of RGB (Red+Green+Blue) = 204+18+129=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1281 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC1281 is #33ED7E. Grayscale: #565656. Windows color (decimal): -3403135 or 8458956. OLE color: 8458956.

HSL color Cylindrical-coordinate representation of color #CC1281: hue angle of 324.19º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC1281 is Cyan = 0, Magento = 0.91, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB20418129-
CMYK00.910.370.2
HSL324.19º83.78%43.53%-
HSV(B)324.19º91.18%80%-
XYZ29.0814.8522.1-
YUV86.27152.12211.97-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 58.12%
GREEN value IS 18 (7.42% from 255) = 5.13%
BLUE value IS 129 (50.78% from 255) = 36.75%
R=58.12%
G=5.13%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041812900.910.370.2324.1983.7843.53
HexCC128105B2514144542c
Octal314222010133452450412454
Binary11001100100101000000101011011100101101001010001001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1281; }

 p { color: rgb(204,18,129); }

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

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

 a { background-color: rgb(204,18,129); }

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

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

 span { border-color: rgb(204,18,129); }

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