#C02F8B

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

Shades of Medium Red Violet #C02F8B

Tints of Medium Red Violet #C02F8B

Color information

#C02F8B (or 0xC02F8B) is unknown color: approx Medium Red Violet. HEX triplet: C0, 2F and 8B. RGB value is (192,47,139). Sum of RGB (Red+Green+Blue) = 192+47+139=378 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.79% from 378); Green value is 47 (18.75% from 255 or 12.43% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C02F8B is #3FD074. Grayscale: #646464. Windows color (decimal): -4182133 or 9121728. OLE color: 9121728.

HSL color Cylindrical-coordinate representation of color #C02F8B: hue angle of 321.93º 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 #C02F8B is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB19247139-
CMYK00.760.280.25
HSL321.93º60.67%46.86%-
HSV(B)321.93º75.52%75.29%-
XYZ27.4115.125.9-
YUV100.84149.54193.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 50.79%
GREEN value IS 47 (18.75% from 255) = 12.43%
BLUE value IS 139 (54.69% from 255) = 36.77%
R=50.79%
G=12.43%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1924713900.760.280.25321.9360.6746.86
HexC02F8B04C1C191423d2f
Octal30057213011434315027557
Binary1100000010111110001011010011001110011001101000010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02F8B; }

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

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

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

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

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

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

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

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