#c02fa3

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

Shades of Medium Red Violet #C02FA3

Tints of Medium Red Violet #C02FA3

Color information

#C02FA3 (or 0xC02FA3) is unknown color: approx Medium Red Violet. HEX triplet: C0, 2F and A3. RGB value is (192,47,163). Sum of RGB (Red+Green+Blue) = 192+47+163=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 163 (64.06% from 255 or 40.55% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C02FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02FA3 is #3FD05C. Grayscale: #676767. Windows color (decimal): -4182109 or 10694592. OLE color: 10694592.

HSL color Cylindrical-coordinate representation of color #C02FA3: hue angle of 312º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02FA3 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19247163-
CMYK00.760.150.25
HSL312º60.67%46.86%-
HSV(B)312º75.52%75.29%-
XYZ29.3715.8836.17-
YUV103.58161.54191.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.76%
GREEN value IS 47 (18.75% from 255) = 11.69%
BLUE value IS 163 (64.06% from 255) = 40.55%
R=47.76%
G=11.69%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924716300.760.150.2531260.6746.86
HexC02FA304CF191383d2f
Octal30057243011417314707557
Binary110000001011111010001101001100111111001100111000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c02fa3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c02fa3; }

 p { color: rgb(192,47,163); }

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

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

 a { background-color: rgb(192,47,163); }

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

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

 span { border-color: rgb(192,47,163); }

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