#C82093

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

Shades of Medium Violet Red #C82093

Tints of Medium Violet Red #C82093

Color information

#C82093 (or 0xC82093) is unknown color: approx Medium Violet Red. HEX triplet: C8, 20 and 93. RGB value is (200,32,147). Sum of RGB (Red+Green+Blue) = 200+32+147=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C82093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C82093 is #37DF6C. Grayscale: #5F5F5F. Windows color (decimal): -3661677 or 9642184. OLE color: 9642184.

HSL color Cylindrical-coordinate representation of color #C82093: hue angle of 318.93º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C82093 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB20032147-
CMYK00.840.260.22
HSL318.93º72.41%45.49%-
HSV(B)318.93º84%78.43%-
XYZ29.615.4229.02-
YUV95.34157.16202.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.77%
GREEN value IS 32 (12.89% from 255) = 8.44%
BLUE value IS 147 (57.81% from 255) = 38.79%
R=52.77%
G=8.44%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2003214700.840.260.22318.9372.4145.49
HexC820930541A1613f482d
Octal310402230124322647711055
Binary11001000100000100100110101010011010101101001111111001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C82093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C82093; }

 p { color: rgb(200,32,147); }

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

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

 a { background-color: rgb(200,32,147); }

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

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

 span { border-color: rgb(200,32,147); }

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