#CC1DA8

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

Shades of Medium Violet Red #CC1DA8

Tints of Medium Violet Red #CC1DA8

Color information

#CC1DA8 (or 0xCC1DA8) is unknown color: approx Medium Violet Red. HEX triplet: CC, 1D and A8. RGB value is (204,29,168). Sum of RGB (Red+Green+Blue) = 204+29+168=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 168 (66.02% from 255 or 41.90% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1DA8 is #33E257. Grayscale: #606060. Windows color (decimal): -3400280 or 11017676. OLE color: 11017676.

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

Color convert

RGB20429168-
CMYK00.860.180.2
HSL312.34º75.11%45.69%-
HSV(B)312.34º85.78%80%-
XYZ32.4116.5438.53-
YUV97.17167.98204.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.87%
GREEN value IS 29 (11.72% from 255) = 7.23%
BLUE value IS 168 (66.02% from 255) = 41.90%
R=50.87%
G=7.23%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042916800.860.180.2312.3475.1145.69
HexCC1DA805612141384b2e
Octal314352500126222447011356
Binary1100110011101101010000101011010010101001001110001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1DA8; }

 p { color: rgb(204,29,168); }

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

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

 a { background-color: rgb(204,29,168); }

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

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

 span { border-color: rgb(204,29,168); }

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