#C8357B

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

Shades of Medium Red Violet #C8357B

Tints of Medium Red Violet #C8357B

Color information

#C8357B (or 0xC8357B) is unknown color: approx Medium Red Violet. HEX triplet: C8, 35 and 7B. RGB value is (200,53,123). Sum of RGB (Red+Green+Blue) = 200+53+123=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 53 (21.09% from 255 or 14.10% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8357B is #37CA84. Grayscale: #686868. Windows color (decimal): -3656325 or 8074696. OLE color: 8074696.

HSL color Cylindrical-coordinate representation of color #C8357B: hue angle of 331.43º 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 #C8357B is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB20053123-
CMYK00.740.380.22
HSL331.43º58.1%49.61%-
HSV(B)331.43º73.5%78.43%-
XYZ28.6716.2620.37-
YUV104.93138.2195.81-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 53.19%
GREEN value IS 53 (21.09% from 255) = 14.10%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=53.19%
G=14.10%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005312300.740.380.22331.4358.149.61
HexC8357B04A261614b3a32
Octal31065173011246265137262
Binary1100100011010111110110100101010011010110101001011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8357B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8357B; }

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

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

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

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

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

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

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

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