#C230AB

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

Shades of Medium Red Violet #C230AB

Tints of Medium Red Violet #C230AB

Color information

#C230AB (or 0xC230AB) is unknown color: approx Medium Red Violet. HEX triplet: C2, 30 and AB. RGB value is (194,48,171). Sum of RGB (Red+Green+Blue) = 194+48+171=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 171 (67.19% from 255 or 41.40% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C230AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C230AB is #3DCF54. Grayscale: #696969. Windows color (decimal): -4050773 or 11219138. OLE color: 11219138.

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

Color convert

RGB19448171-
CMYK00.750.120.24
HSL309.45º60.33%47.45%-
HSV(B)309.45º75.26%76.08%-
XYZ30.6616.5240.1-
YUV105.68164.87191-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.97%
GREEN value IS 48 (19.14% from 255) = 11.62%
BLUE value IS 171 (67.19% from 255) = 41.40%
R=46.97%
G=11.62%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1944817100.750.120.24309.4560.3347.45
HexC230AB04BC181353c2f
Octal30260253011314304657457
Binary110000101100001010101101001011110011000100110101111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C230AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C230AB; }

 p { color: rgb(194,48,171); }

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

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

 a { background-color: rgb(194,48,171); }

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

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

 span { border-color: rgb(194,48,171); }

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