#C233A0

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

Shades of Medium Red Violet #C233A0

Tints of Medium Red Violet #C233A0

Color information

#C233A0 (or 0xC233A0) is unknown color: approx Medium Red Violet. HEX triplet: C2, 33 and A0. RGB value is (194,51,160). Sum of RGB (Red+Green+Blue) = 194+51+160=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 160 (62.89% from 255 or 39.51% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C233A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C233A0 is #3DCC5F. Grayscale: #696969. Windows color (decimal): -4050016 or 10499010. OLE color: 10499010.

HSL color Cylindrical-coordinate representation of color #C233A0: hue angle of 314.27º degrees, saturation: 0.58, 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 #C233A0 is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB19451160-
CMYK00.740.180.24
HSL314.27º58.37%48.04%-
HSV(B)314.27º73.71%76.08%-
XYZ29.7816.3834.85-
YUV106.18158.38190.64-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.90%
GREEN value IS 51 (20.31% from 255) = 12.59%
BLUE value IS 160 (62.89% from 255) = 39.51%
R=47.90%
G=12.59%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945116000.740.180.24314.2758.3748.04
HexC233A004A121813a3a30
Octal30263240011222304727260
Binary1100001011001110100000010010101001011000100111010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C233A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C233A0; }

 p { color: rgb(194,51,160); }

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

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

 a { background-color: rgb(194,51,160); }

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

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

 span { border-color: rgb(194,51,160); }

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