#C0238C

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

Shades of Medium Violet Red #C0238C

Tints of Medium Violet Red #C0238C

Color information

#C0238C (or 0xC0238C) is unknown color: approx Medium Violet Red. HEX triplet: C0, 23 and 8C. RGB value is (192,35,140). Sum of RGB (Red+Green+Blue) = 192+35+140=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C0238C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0238C is #3FDC73. Grayscale: #5D5D5D. Windows color (decimal): -4185204 or 9184192. OLE color: 9184192.

HSL color Cylindrical-coordinate representation of color #C0238C: hue angle of 319.87º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0238C is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB19235140-
CMYK00.820.270.25
HSL319.87º69.16%44.51%-
HSV(B)319.87º81.77%75.29%-
XYZ27.0714.326.14-
YUV93.91154.01197.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.32%
GREEN value IS 35 (14.06% from 255) = 9.54%
BLUE value IS 140 (55.08% from 255) = 38.15%
R=52.32%
G=9.54%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923514000.820.270.25319.8769.1644.51
HexC0238C0521B19140452d
Octal300432140122333150010555
Binary11000000100011100011000101001011011110011010000001000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0238C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0238C; }

 p { color: rgb(192,35,140); }

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

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

 a { background-color: rgb(192,35,140); }

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

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

 span { border-color: rgb(192,35,140); }

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