#C23385

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

Shades of Medium Red Violet #C23385

Tints of Medium Red Violet #C23385

Color information

#C23385 (or 0xC23385) is unknown color: approx Medium Red Violet. HEX triplet: C2, 33 and 85. RGB value is (194,51,133). Sum of RGB (Red+Green+Blue) = 194+51+133=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 51 (20.31% from 255 or 13.49% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C23385 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23385 is #3DCC7A. Grayscale: #666666. Windows color (decimal): -4050043 or 8729538. OLE color: 8729538.

HSL color Cylindrical-coordinate representation of color #C23385: hue angle of 325.59º degrees, saturation: 0.58, 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 #C23385 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB19451133-
CMYK00.740.310.24
HSL325.59º58.37%48.04%-
HSV(B)325.59º73.71%76.08%-
XYZ27.6715.5323.73-
YUV103.1144.88192.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.32%
GREEN value IS 51 (20.31% from 255) = 13.49%
BLUE value IS 133 (52.34% from 255) = 35.19%
R=51.32%
G=13.49%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945113300.740.310.24325.5958.3748.04
HexC2338504A1F181463a30
Octal30263205011237305067260
Binary1100001011001110000101010010101111111000101000110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23385; }

 p { color: rgb(194,51,133); }

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

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

 a { background-color: rgb(194,51,133); }

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

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

 span { border-color: rgb(194,51,133); }

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