#C330A6

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

Shades of Medium Red Violet #C330A6

Tints of Medium Red Violet #C330A6

Color information

#C330A6 (or 0xC330A6) is unknown color: approx Medium Red Violet. HEX triplet: C3, 30 and A6. RGB value is (195,48,166). Sum of RGB (Red+Green+Blue) = 195+48+166=409 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.68% from 409); Green value is 48 (19.14% from 255 or 11.74% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 195 - color contains mainly: red. Hex color #C330A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C330A6 is #3CCF59. Grayscale: #696969. Windows color (decimal): -3985242 or 10891459. OLE color: 10891459.

HSL color Cylindrical-coordinate representation of color #C330A6: hue angle of 311.84º 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 #C330A6 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19548166-
CMYK00.750.150.24
HSL311.84º60.49%47.65%-
HSV(B)311.84º75.38%76.47%-
XYZ30.4516.4737.65-
YUV105.4162.2191.91-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 47.68%
GREEN value IS 48 (19.14% from 255) = 11.74%
BLUE value IS 166 (65.23% from 255) = 40.59%
R=47.68%
G=11.74%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1954816600.750.150.24311.8460.4947.65
HexC330A604BF181383c30
Octal30360246011317304707460
Binary110000111100001010011001001011111111000100111000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C330A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C330A6; }

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

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

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

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

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

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

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

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