#CC1A9C

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

Shades of Medium Violet Red #CC1A9C

Tints of Medium Violet Red #CC1A9C

Color information

#CC1A9C (or 0xCC1A9C) is unknown color: approx Medium Violet Red. HEX triplet: CC, 1A and 9C. RGB value is (204,26,156). Sum of RGB (Red+Green+Blue) = 204+26+156=386 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.85% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1A9C is #33E563. Grayscale: #5D5D5D. Windows color (decimal): -3401060 or 10230476. OLE color: 10230476.

HSL color Cylindrical-coordinate representation of color #CC1A9C: hue angle of 316.18º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1A9C is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.2.

Color convert

RGB20426156-
CMYK00.870.240.2
HSL316.18º77.39%45.1%-
HSV(B)316.18º87.25%80%-
XYZ31.2715.9832.89-
YUV94.04162.97206.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.85%
GREEN value IS 26 (10.55% from 255) = 6.74%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=52.85%
G=6.74%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.24
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042615600.870.240.2316.1877.3945.1
HexCC1A9C057181413c4d2d
Octal314322340127302447411555
Binary1100110011010100111000101011111000101001001111001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1A9C; }

 p { color: rgb(204,26,156); }

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

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

 a { background-color: rgb(204,26,156); }

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

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

 span { border-color: rgb(204,26,156); }

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