#C3308C

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

Shades of Medium Red Violet #C3308C

Tints of Medium Red Violet #C3308C

Color information

#C3308C (or 0xC3308C) is unknown color: approx Medium Red Violet. HEX triplet: C3, 30 and 8C. RGB value is (195,48,140). Sum of RGB (Red+Green+Blue) = 195+48+140=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C3308C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C3308C is #3CCF73. Grayscale: #666666. Windows color (decimal): -3985268 or 9187523. OLE color: 9187523.

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

Color convert

RGB19548140-
CMYK00.750.280.24
HSL322.45º60.49%47.65%-
HSV(B)322.45º75.38%76.47%-
XYZ28.315.6126.33-
YUV102.44149.2194.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.91%
GREEN value IS 48 (19.14% from 255) = 12.53%
BLUE value IS 140 (55.08% from 255) = 36.55%
R=50.91%
G=12.53%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954814000.750.280.24322.4560.4947.65
HexC3308C04B1C181423c30
Octal30360214011334305027460
Binary1100001111000010001100010010111110011000101000010111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3308C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3308C; }

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

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

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

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

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

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

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

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