#CC1B9E

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

Shades of Medium Violet Red #CC1B9E

Tints of Medium Violet Red #CC1B9E

Color information

#CC1B9E (or 0xCC1B9E) is unknown color: approx Medium Violet Red. HEX triplet: CC, 1B and 9E. RGB value is (204,27,158). Sum of RGB (Red+Green+Blue) = 204+27+158=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1B9E is #33E461. Grayscale: #5E5E5E. Windows color (decimal): -3400802 or 10361804. OLE color: 10361804.

HSL color Cylindrical-coordinate representation of color #CC1B9E: hue angle of 315.59º 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 #CC1B9E is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.2.

Color convert

RGB20427158-
CMYK00.870.230.2
HSL315.59º76.62%45.29%-
HSV(B)315.59º86.76%80%-
XYZ31.4716.0933.79-
YUV94.86163.64205.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 52.44%
GREEN value IS 27 (10.94% from 255) = 6.94%
BLUE value IS 158 (62.11% from 255) = 40.62%
R=52.44%
G=6.94%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042715800.870.230.2315.5976.6245.29
HexCC1B9E057171413c4d2d
Octal314332360127272447411555
Binary1100110011011100111100101011110111101001001111001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1B9E; }

 p { color: rgb(204,27,158); }

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

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

 a { background-color: rgb(204,27,158); }

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

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

 span { border-color: rgb(204,27,158); }

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