#C63D7E

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

Shades of Medium Red Violet #C63D7E

Tints of Medium Red Violet #C63D7E

Color information

#C63D7E (or 0xC63D7E) is unknown color: approx Medium Red Violet. HEX triplet: C6, 3D and 7E. RGB value is (198,61,126). Sum of RGB (Red+Green+Blue) = 198+61+126=385 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.43% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63D7E is #39C281. Grayscale: #6D6D6D. Windows color (decimal): -3785346 or 8273350. OLE color: 8273350.

HSL color Cylindrical-coordinate representation of color #C63D7E: hue angle of 331.53º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63D7E is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB19861126-
CMYK00.690.360.22
HSL331.53º54.58%50.78%-
HSV(B)331.53º69.19%77.65%-
XYZ28.7216.8521.48-
YUV109.37137.39191.21-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.43%
GREEN value IS 61 (24.22% from 255) = 15.84%
BLUE value IS 126 (49.61% from 255) = 32.73%
R=51.43%
G=15.84%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1986112600.690.360.22331.5354.5850.78
HexC63D7E045241614c3733
Octal30675176010544265146763
Binary1100011011110111111100100010110010010110101001100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C63D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C63D7E; }

 p { color: rgb(198,61,126); }

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

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

 a { background-color: rgb(198,61,126); }

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

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

 span { border-color: rgb(198,61,126); }

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