#C102A2

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

Shades of Medium Violet Red #C102A2

Tints of Medium Violet Red #C102A2

Color information

#C102A2 (or 0xC102A2) is unknown color: approx Medium Violet Red. HEX triplet: C1, 02 and A2. RGB value is (193,2,162). Sum of RGB (Red+Green+Blue) = 193+2+162=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 2 (1.17% from 255 or 0.56% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C102A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C102A2 is #3EFD5D. Grayscale: #4C4C4C. Windows color (decimal): -4128094 or 10617537. OLE color: 10617537.

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

Color convert

RGB1932162-
CMYK00.990.160.24
HSL309.74º97.95%38.24%-
HSV(B)309.74º98.96%75.69%-
XYZ28.5413.9935.38-
YUV77.35175.78210.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.06%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 162 (63.67% from 255) = 45.38%
R=54.06%
G=0.56%
B=45.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193216200.990.160.24309.7497.9538.24
HexC12A206310181366226
Octal30122420143203046614246
Binary1100000110101000100110001110000110001001101101100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C102A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C102A2; }

 p { color: rgb(193,2,162); }

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

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

 a { background-color: rgb(193,2,162); }

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

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

 span { border-color: rgb(193,2,162); }

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