#C01E93

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

Shades of Medium Violet Red #C01E93

Tints of Medium Violet Red #C01E93

Color information

#C01E93 (or 0xC01E93) is unknown color: approx Medium Violet Red. HEX triplet: C0, 1E and 93. RGB value is (192,30,147). Sum of RGB (Red+Green+Blue) = 192+30+147=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 30 (12.11% from 255 or 8.13% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C01E93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C01E93 is #3FE16C. Grayscale: #5B5B5B. Windows color (decimal): -4186477 or 9641664. OLE color: 9641664.

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

Color convert

RGB19230147-
CMYK00.840.230.25
HSL316.67º72.97%43.53%-
HSV(B)316.67º84.38%75.29%-
XYZ27.4714.2428.9-
YUV91.78159.17199.49-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.03%
GREEN value IS 30 (12.11% from 255) = 8.13%
BLUE value IS 147 (57.81% from 255) = 39.84%
R=52.03%
G=8.13%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1923014700.840.230.25316.6772.9743.53
HexC01E93054171913d492c
Octal300362230124273147511154
Binary1100000011110100100110101010010111110011001111011001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C01E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C01E93; }

 p { color: rgb(192,30,147); }

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

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

 a { background-color: rgb(192,30,147); }

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

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

 span { border-color: rgb(192,30,147); }

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