#CA50BD

Color #CA50BD Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #CA50BD

Tints of Fuchsia #CA50BD

Color information

#CA50BD (or 0xCA50BD) is unknown color: approx Fuchsia. HEX triplet: CA, 50 and BD. RGB value is (202,80,189). Sum of RGB (Red+Green+Blue) = 202+80+189=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 202 - color contains mainly: red. Hex color #CA50BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50BD is #35AF42. Grayscale: #808080. Windows color (decimal): -3518275 or 12406986. OLE color: 12406986.

HSL color Cylindrical-coordinate representation of color #CA50BD: hue angle of 306.39º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CA50BD is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB20280189-
CMYK00.600.060.21
HSL306.39º53.51%55.29%-
HSV(B)306.39º60.4%79.22%-
XYZ36.4121.9750.47-
YUV128.9161.92180.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 80 (31.64% from 255) = 16.99%
BLUE value IS 189 (74.22% from 255) = 40.13%
R=42.89%
G=16.99%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028018900.600.060.21306.3953.5155.29
HexCA50BD03C6151323637
Octal3121202750746254626667
Binary11001010101000010111101011110011010101100110010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA50BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA50BD; }

 p { color: rgb(202,80,189); }

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

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

 a { background-color: rgb(202,80,189); }

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

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

 span { border-color: rgb(202,80,189); }

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