#CC158F

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

Shades of Medium Violet Red #CC158F

Tints of Medium Violet Red #CC158F

Color information

#CC158F (or 0xCC158F) is unknown color: approx Medium Violet Red. HEX triplet: CC, 15 and 8F. RGB value is (204,21,143). Sum of RGB (Red+Green+Blue) = 204+21+143=368 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.43% from 368); Green value is 21 (8.59% from 255 or 5.71% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 204 - color contains mainly: red. Hex color #CC158F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC158F is #33EA70. Grayscale: #595959. Windows color (decimal): -3402353 or 9377228. OLE color: 9377228.

HSL color Cylindrical-coordinate representation of color #CC158F: hue angle of 320º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CC158F is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB20421143-
CMYK00.900.300.2
HSL320º81.33%44.12%-
HSV(B)320º89.71%80%-
XYZ30.1315.3627.36-
YUV89.62158.13209.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 55.43%
GREEN value IS 21 (8.59% from 255) = 5.71%
BLUE value IS 143 (56.25% from 255) = 38.86%
R=55.43%
G=5.71%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.30
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2042114300.900.300.232081.3344.12
HexCC158F05A1E14140512c
Octal314252170132362450012154
Binary1100110010101100011110101101011110101001010000001010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC158F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC158F; }

 p { color: rgb(204,21,143); }

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

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

 a { background-color: rgb(204,21,143); }

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

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

 span { border-color: rgb(204,21,143); }

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