#C934A4

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

Shades of Medium Red Violet #C934A4

Tints of Medium Red Violet #C934A4

Color information

#C934A4 (or 0xC934A4) is unknown color: approx Medium Red Violet. HEX triplet: C9, 34 and A4. RGB value is (201,52,164). Sum of RGB (Red+Green+Blue) = 201+52+164=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C934A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C934A4 is #36CB5B. Grayscale: #6D6D6D. Windows color (decimal): -3591004 or 10761417. OLE color: 10761417.

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

Color convert

RGB20152164-
CMYK00.740.180.21
HSL314.9º58.89%49.61%-
HSV(B)314.9º74.13%78.82%-
XYZ32.0217.5536.82-
YUV109.32158.86193.39-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.20%
GREEN value IS 52 (20.70% from 255) = 12.47%
BLUE value IS 164 (64.45% from 255) = 39.33%
R=48.20%
G=12.47%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015216400.740.180.21314.958.8949.61
HexC934A404A121513b3b32
Octal31164244011222254737362
Binary1100100111010010100100010010101001010101100111011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C934A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C934A4; }

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

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

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

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

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

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

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

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