#C63B7A

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

Shades of Medium Red Violet #C63B7A

Tints of Medium Red Violet #C63B7A

Color information

#C63B7A (or 0xC63B7A) is unknown color: approx Medium Red Violet. HEX triplet: C6, 3B and 7A. RGB value is (198,59,122). Sum of RGB (Red+Green+Blue) = 198+59+122=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63B7A is #39C485. Grayscale: #6B6B6B. Windows color (decimal): -3785862 or 8010694. OLE color: 8010694.

HSL color Cylindrical-coordinate representation of color #C63B7A: hue angle of 332.81º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63B7A is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB19859122-
CMYK00.700.380.22
HSL332.81º54.94%50.39%-
HSV(B)332.81º70.2%77.65%-
XYZ28.3716.5420.11-
YUV107.74136.05192.38-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.24%
GREEN value IS 59 (23.44% from 255) = 15.57%
BLUE value IS 122 (48.05% from 255) = 32.19%
R=52.24%
G=15.57%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1985912200.700.380.22332.8154.9450.39
HexC63B7A046261614d3732
Octal30673172010646265156762
Binary1100011011101111110100100011010011010110101001101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63B7A; }

 p { color: rgb(198,59,122); }

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

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

 a { background-color: rgb(198,59,122); }

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

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

 span { border-color: rgb(198,59,122); }

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