#C2328F

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

Shades of Medium Red Violet #C2328F

Tints of Medium Red Violet #C2328F

Color information

#C2328F (or 0xC2328F) is unknown color: approx Medium Red Violet. HEX triplet: C2, 32 and 8F. RGB value is (194,50,143). Sum of RGB (Red+Green+Blue) = 194+50+143=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C2328F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2328F is #3DCD70. Grayscale: #676767. Windows color (decimal): -4050289 or 9384642. OLE color: 9384642.

HSL color Cylindrical-coordinate representation of color #C2328F: hue angle of 321.25º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2328F is Cyan = 0, Magento = 0.74, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB19450143-
CMYK00.740.260.24
HSL321.25º59.02%47.84%-
HSV(B)321.25º74.23%76.08%-
XYZ28.3515.7327.53-
YUV103.66150.21192.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 50.13%
GREEN value IS 50 (19.92% from 255) = 12.92%
BLUE value IS 143 (56.25% from 255) = 36.95%
R=50.13%
G=12.92%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945014300.740.260.24321.2559.0247.84
HexC2328F04A1A181413b30
Octal30262217011232305017360
Binary1100001011001010001111010010101101011000101000001111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2328F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2328F; }

 p { color: rgb(194,50,143); }

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

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

 a { background-color: rgb(194,50,143); }

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

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

 span { border-color: rgb(194,50,143); }

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