#C8359B

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

Shades of Medium Red Violet #C8359B

Tints of Medium Red Violet #C8359B

Color information

#C8359B (or 0xC8359B) is unknown color: approx Medium Red Violet. HEX triplet: C8, 35 and 9B. RGB value is (200,53,155). Sum of RGB (Red+Green+Blue) = 200+53+155=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 155 (60.94% from 255 or 37.99% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8359B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8359B is #37CA64. Grayscale: #6C6C6C. Windows color (decimal): -3656293 or 10171848. OLE color: 10171848.

HSL color Cylindrical-coordinate representation of color #C8359B: hue angle of 318.37º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C8359B is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB20053155-
CMYK00.740.220.22
HSL318.37º58.1%49.61%-
HSV(B)318.37º73.5%78.43%-
XYZ31.0117.1932.69-
YUV108.58154.2193.21-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.02%
GREEN value IS 53 (21.09% from 255) = 12.99%
BLUE value IS 155 (60.94% from 255) = 37.99%
R=49.02%
G=12.99%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.22
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005315500.740.220.22318.3758.149.61
HexC8359B04A161613e3a32
Octal31065233011226264767262
Binary1100100011010110011011010010101011010110100111110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8359B; }

 p { color: rgb(200,53,155); }

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

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

 a { background-color: rgb(200,53,155); }

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

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

 span { border-color: rgb(200,53,155); }

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