#C0039C

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

Shades of Medium Violet Red #C0039C

Tints of Medium Violet Red #C0039C

Color information

#C0039C (or 0xC0039C) is unknown color: approx Medium Violet Red. HEX triplet: C0, 03 and 9C. RGB value is (192,3,156). Sum of RGB (Red+Green+Blue) = 192+3+156=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 3 (1.56% from 255 or 0.85% from 351); Blue value is 156 (61.33% from 255 or 44.44% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C0039C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C0039C is #3FFC63. Grayscale: #4C4C4C. Windows color (decimal): -4193380 or 10224576. OLE color: 10224576.

HSL color Cylindrical-coordinate representation of color #C0039C: hue angle of 311.43º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0039C is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB1923156-
CMYK00.980.190.25
HSL311.43º96.92%38.24%-
HSV(B)311.43º98.44%75.29%-
XYZ27.7713.6732.63-
YUV76.95172.62210.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.70%
GREEN value IS 3 (1.56% from 255) = 0.85%
BLUE value IS 156 (61.33% from 255) = 44.44%
R=54.70%
G=0.85%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192315600.980.190.25311.4396.9238.24
HexC039C06213191376126
Octal30032340142233146714146
Binary1100000011100111000110001010011110011001101111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0039C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0039C; }

 p { color: rgb(192,3,156); }

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

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

 a { background-color: rgb(192,3,156); }

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

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

 span { border-color: rgb(192,3,156); }

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