#c82fac

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

Shades of Medium Red Violet #C82FAC

Tints of Medium Red Violet #C82FAC

Color information

#C82FAC (or 0xC82FAC) is unknown color: approx Medium Red Violet. HEX triplet: C8, 2F and AC. RGB value is (200,47,172). Sum of RGB (Red+Green+Blue) = 200+47+172=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 47 (18.75% from 255 or 11.22% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C82FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82FAC is #37D053. Grayscale: #6A6A6A. Windows color (decimal): -3657812 or 11284424. OLE color: 11284424.

HSL color Cylindrical-coordinate representation of color #C82FAC: hue angle of 310.98º 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 #C82FAC is Cyan = 0, Magento = 0.76, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB20047172-
CMYK00.760.140.22
HSL310.98º61.94%48.43%-
HSV(B)310.98º76.5%78.43%-
XYZ32.2817.2940.67-
YUV107164.69194.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.73%
GREEN value IS 47 (18.75% from 255) = 11.22%
BLUE value IS 172 (67.58% from 255) = 41.05%
R=47.73%
G=11.22%
B=41.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004717200.760.140.22310.9861.9448.43
HexC82FAC04CE161373e30
Octal31057254011416264677660
Binary110010001011111010110001001100111010110100110111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c82fac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c82fac; }

 p { color: rgb(200,47,172); }

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

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

 a { background-color: rgb(200,47,172); }

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

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

 span { border-color: rgb(200,47,172); }

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