#C0218F

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

Shades of Medium Violet Red #C0218F

Tints of Medium Violet Red #C0218F

Color information

#C0218F (or 0xC0218F) is unknown color: approx Medium Violet Red. HEX triplet: C0, 21 and 8F. RGB value is (192,33,143). Sum of RGB (Red+Green+Blue) = 192+33+143=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 33 (13.28% from 255 or 8.97% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0218F is #3FDE70. Grayscale: #5C5C5C. Windows color (decimal): -4185713 or 9380288. OLE color: 9380288.

HSL color Cylindrical-coordinate representation of color #C0218F: hue angle of 318.49º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0218F is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB19233143-
CMYK00.830.260.25
HSL318.49º70.67%44.12%-
HSV(B)318.49º82.81%75.29%-
XYZ27.2414.2827.31-
YUV93.08156.18198.56-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.17%
GREEN value IS 33 (13.28% from 255) = 8.97%
BLUE value IS 143 (56.25% from 255) = 38.86%
R=52.17%
G=8.97%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923314300.830.260.25318.4970.6744.12
HexC0218F0531A1913e472c
Octal300412170123323147610754
Binary11000000100001100011110101001111010110011001111101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0218F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0218F; }

 p { color: rgb(192,33,143); }

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

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

 a { background-color: rgb(192,33,143); }

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

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

 span { border-color: rgb(192,33,143); }

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