#C83575

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

Shades of Medium Red Violet #C83575

Tints of Medium Red Violet #C83575

Color information

#C83575 (or 0xC83575) is unknown color: approx Medium Red Violet. HEX triplet: C8, 35 and 75. RGB value is (200,53,117). Sum of RGB (Red+Green+Blue) = 200+53+117=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C83575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83575 is #37CA8A. Grayscale: #686868. Windows color (decimal): -3656331 or 7681480. OLE color: 7681480.

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

Color convert

RGB20053117-
CMYK00.740.420.22
HSL333.88º58.1%49.61%-
HSV(B)333.88º73.5%78.43%-
XYZ28.316.1118.45-
YUV104.25135.2196.3-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.05%
GREEN value IS 53 (21.09% from 255) = 14.32%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=54.05%
G=14.32%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005311700.740.420.22333.8858.149.61
HexC8357504A2A1614e3a32
Octal31065165011252265167262
Binary1100100011010111101010100101010101010110101001110111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83575; }

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

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

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

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

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

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

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

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