#C930A6

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

Shades of Medium Red Violet #C930A6

Tints of Medium Red Violet #C930A6

Color information

#C930A6 (or 0xC930A6) is unknown color: approx Medium Red Violet. HEX triplet: C9, 30 and A6. RGB value is (201,48,166). Sum of RGB (Red+Green+Blue) = 201+48+166=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C930A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C930A6 is #36CF59. Grayscale: #6A6A6A. Windows color (decimal): -3592026 or 10891465. OLE color: 10891465.

HSL color Cylindrical-coordinate representation of color #C930A6: hue angle of 313.73º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C930A6 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB20148166-
CMYK00.760.170.21
HSL313.73º61.45%48.82%-
HSV(B)313.73º76.12%78.82%-
XYZ32.0317.2837.72-
YUV107.2161.19194.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.43%
GREEN value IS 48 (19.14% from 255) = 11.57%
BLUE value IS 166 (65.23% from 255) = 40%
R=48.43%
G=11.57%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2014816600.760.170.21313.7361.4548.82
HexC930A604C111513a3d31
Octal31160246011421254727561
Binary1100100111000010100110010011001000110101100111010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C930A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C930A6; }

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

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

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

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

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

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

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

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