#C02C7A

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

Shades of Medium Red Violet #C02C7A

Tints of Medium Red Violet #C02C7A

Color information

#C02C7A (or 0xC02C7A) is unknown color: approx Medium Red Violet. HEX triplet: C0, 2C and 7A. RGB value is (192,44,122). Sum of RGB (Red+Green+Blue) = 192+44+122=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 44 (17.58% from 255 or 12.29% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02C7A is #3FD385. Grayscale: #606060. Windows color (decimal): -4182918 or 8006848. OLE color: 8006848.

HSL color Cylindrical-coordinate representation of color #C02C7A: hue angle of 328.38º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02C7A is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB19244122-
CMYK00.770.360.25
HSL328.38º62.71%46.27%-
HSV(B)328.38º77.08%75.29%-
XYZ26.1514.4119.82-
YUV97.14142.03195.66-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.63%
GREEN value IS 44 (17.58% from 255) = 12.29%
BLUE value IS 122 (48.05% from 255) = 34.08%
R=53.63%
G=12.29%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924412200.770.360.25328.3862.7146.27
HexC02C7A04D24191483f2e
Octal30054172011544315107756
Binary1100000010110011110100100110110010011001101001000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02C7A; }

 p { color: rgb(192,44,122); }

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

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

 a { background-color: rgb(192,44,122); }

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

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

 span { border-color: rgb(192,44,122); }

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