#C13284

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

Shades of Medium Red Violet #C13284

Tints of Medium Red Violet #C13284

Color information

#C13284 (or 0xC13284) is unknown color: approx Medium Red Violet. HEX triplet: C1, 32 and 84. RGB value is (193,50,132). Sum of RGB (Red+Green+Blue) = 193+50+132=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 50 (19.92% from 255 or 13.33% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C13284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C13284 is #3ECD7B. Grayscale: #656565. Windows color (decimal): -4115836 or 8663745. OLE color: 8663745.

HSL color Cylindrical-coordinate representation of color #C13284: hue angle of 325.59º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C13284 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB19350132-
CMYK00.740.320.24
HSL325.59º58.85%47.65%-
HSV(B)325.59º74.09%75.69%-
XYZ27.315.2823.34-
YUV102.1144.88192.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.47%
GREEN value IS 50 (19.92% from 255) = 13.33%
BLUE value IS 132 (51.95% from 255) = 35.2%
R=51.47%
G=13.33%
B=35.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.32
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935013200.740.320.24325.5958.8547.65
HexC1328404A20181463b30
Octal30162204011240305067360
Binary11000001110010100001000100101010000011000101000110111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C13284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C13284; }

 p { color: rgb(193,50,132); }

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

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

 a { background-color: rgb(193,50,132); }

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

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

 span { border-color: rgb(193,50,132); }

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