#C83474

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

Shades of Medium Red Violet #C83474

Tints of Medium Red Violet #C83474

Color information

#C83474 (or 0xC83474) is unknown color: approx Medium Red Violet. HEX triplet: C8, 34 and 74. RGB value is (200,52,116). Sum of RGB (Red+Green+Blue) = 200+52+116=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C83474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83474 is #37CB8B. Grayscale: #676767. Windows color (decimal): -3656588 or 7615688. OLE color: 7615688.

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

Color convert

RGB20052116-
CMYK00.740.420.22
HSL334.05º58.73%49.41%-
HSV(B)334.05º74%78.43%-
XYZ28.21618.12-
YUV103.55135.03196.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 54.35%
GREEN value IS 52 (20.70% from 255) = 14.13%
BLUE value IS 116 (45.70% from 255) = 31.52%
R=54.35%
G=14.13%
B=31.52%

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
Decimal2005211600.740.420.22334.0558.7349.41
HexC8347404A2A1614e3b31
Octal31064164011252265167361
Binary1100100011010011101000100101010101010110101001110111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83474; }

 p { color: rgb(200,52,116); }

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

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

 a { background-color: rgb(200,52,116); }

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

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

 span { border-color: rgb(200,52,116); }

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