#C3258C

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

Shades of Medium Violet Red #C3258C

Tints of Medium Violet Red #C3258C

Color information

#C3258C (or 0xC3258C) is unknown color: approx Medium Violet Red. HEX triplet: C3, 25 and 8C. RGB value is (195,37,140). Sum of RGB (Red+Green+Blue) = 195+37+140=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 37 (14.84% from 255 or 9.95% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3258C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3258C is #3CDA73. Grayscale: #5F5F5F. Windows color (decimal): -3988084 or 9184707. OLE color: 9184707.

HSL color Cylindrical-coordinate representation of color #C3258C: hue angle of 320.89º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C3258C is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB19537140-
CMYK00.810.280.24
HSL320.89º68.1%45.49%-
HSV(B)320.89º81.03%76.47%-
XYZ27.914.8226.2-
YUV95.98152.85198.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.42%
GREEN value IS 37 (14.84% from 255) = 9.95%
BLUE value IS 140 (55.08% from 255) = 37.63%
R=52.42%
G=9.95%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1953714000.810.280.24320.8968.145.49
HexC3258C0511C18141442d
Octal303452140121343050110455
Binary11000011100101100011000101000111100110001010000011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3258C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3258C; }

 p { color: rgb(195,37,140); }

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

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

 a { background-color: rgb(195,37,140); }

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

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

 span { border-color: rgb(195,37,140); }

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