#C932A4

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

Shades of Medium Red Violet #C932A4

Tints of Medium Red Violet #C932A4

Color information

#C932A4 (or 0xC932A4) is unknown color: approx Medium Red Violet. HEX triplet: C9, 32 and A4. RGB value is (201,50,164). Sum of RGB (Red+Green+Blue) = 201+50+164=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 164 (64.45% from 255 or 39.52% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C932A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C932A4 is #36CD5B. Grayscale: #6B6B6B. Windows color (decimal): -3591516 or 10760905. OLE color: 10760905.

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

Color convert

RGB20150164-
CMYK00.750.180.21
HSL314.7º60.16%49.22%-
HSV(B)314.7º75.12%78.82%-
XYZ31.9317.3836.79-
YUV108.14159.53194.23-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.43%
GREEN value IS 50 (19.92% from 255) = 12.05%
BLUE value IS 164 (64.45% from 255) = 39.52%
R=48.43%
G=12.05%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015016400.750.180.21314.760.1649.22
HexC932A404B121513b3c31
Octal31162244011322254737461
Binary1100100111001010100100010010111001010101100111011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C932A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C932A4; }

 p { color: rgb(201,50,164); }

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

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

 a { background-color: rgb(201,50,164); }

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

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

 span { border-color: rgb(201,50,164); }

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