#C430AB

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

Shades of Medium Red Violet #C430AB

Tints of Medium Red Violet #C430AB

Color information

#C430AB (or 0xC430AB) is unknown color: approx Medium Red Violet. HEX triplet: C4, 30 and AB. RGB value is (196,48,171). Sum of RGB (Red+Green+Blue) = 196+48+171=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 48 (19.14% from 255 or 11.57% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C430AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C430AB is #3BCF54. Grayscale: #696969. Windows color (decimal): -3919701 or 11219140. OLE color: 11219140.

HSL color Cylindrical-coordinate representation of color #C430AB: hue angle of 310.14º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C430AB is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB19648171-
CMYK00.760.130.23
HSL310.14º60.66%47.84%-
HSV(B)310.14º75.51%76.86%-
XYZ31.1716.7940.13-
YUV106.27164.53192-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.23%
GREEN value IS 48 (19.14% from 255) = 11.57%
BLUE value IS 171 (67.19% from 255) = 41.20%
R=47.23%
G=11.57%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964817100.760.130.23310.1460.6647.84
HexC430AB04CD171363d30
Octal30460253011415274667560
Binary110001001100001010101101001100110110111100110110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C430AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C430AB; }

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

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

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

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

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

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

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

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