#C2038F

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

Shades of Medium Violet Red #C2038F

Tints of Medium Violet Red #C2038F

Color information

#C2038F (or 0xC2038F) is unknown color: approx Medium Violet Red. HEX triplet: C2, 03 and 8F. RGB value is (194,3,143). Sum of RGB (Red+Green+Blue) = 194+3+143=340 (45% of max value = 765). Red value is 194 (76.17% from 255 or 57.06% from 340); Green value is 3 (1.56% from 255 or 0.88% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 194 - color contains mainly: red. Hex color #C2038F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C2038F is #3DFC70. Grayscale: #4B4B4B. Windows color (decimal): -4062321 or 9372610. OLE color: 9372610.

HSL color Cylindrical-coordinate representation of color #C2038F: hue angle of 316.02º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C2038F is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB1943143-
CMYK00.980.260.24
HSL316.02º96.95%38.63%-
HSV(B)316.02º98.45%76.08%-
XYZ27.2413.5227.16-
YUV76.07165.78212.12-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.06%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 143 (56.25% from 255) = 42.06%
R=57.06%
G=0.88%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194314300.980.260.24316.0296.9538.63
HexC238F0621A1813c6127
Octal30232170142323047414147
Binary1100001011100011110110001011010110001001111001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2038F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2038F; }

 p { color: rgb(194,3,143); }

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

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

 a { background-color: rgb(194,3,143); }

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

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

 span { border-color: rgb(194,3,143); }

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