#C62F8A

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

Shades of Medium Red Violet #C62F8A

Tints of Medium Red Violet #C62F8A

Color information

#C62F8A (or 0xC62F8A) is unknown color: approx Medium Red Violet. HEX triplet: C6, 2F and 8A. RGB value is (198,47,138). Sum of RGB (Red+Green+Blue) = 198+47+138=383 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.70% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 198 - color contains mainly: red. Hex color #C62F8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C62F8A is #39D075. Grayscale: #666666. Windows color (decimal): -3788918 or 9056198. OLE color: 9056198.

HSL color Cylindrical-coordinate representation of color #C62F8A: hue angle of 323.84º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C62F8A is Cyan = 0, Magento = 0.76, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB19847138-
CMYK00.760.300.22
HSL323.84º61.63%48.04%-
HSV(B)323.84º76.26%77.65%-
XYZ28.8915.8725.59-
YUV102.52148.03196.1-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.70%
GREEN value IS 47 (18.75% from 255) = 12.27%
BLUE value IS 138 (54.30% from 255) = 36.03%
R=51.70%
G=12.27%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984713800.760.300.22323.8461.6348.04
HexC62F8A04C1E161443e30
Octal30657212011436265047660
Binary1100011010111110001010010011001111010110101000100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62F8A; }

 p { color: rgb(198,47,138); }

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

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

 a { background-color: rgb(198,47,138); }

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

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

 span { border-color: rgb(198,47,138); }

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