#CA50C1

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

Shades of Fuchsia #CA50C1

Tints of Fuchsia #CA50C1

Color information

#CA50C1 (or 0xCA50C1) is unknown color: approx Fuchsia. HEX triplet: CA, 50 and C1. RGB value is (202,80,193). Sum of RGB (Red+Green+Blue) = 202+80+193=475 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.53% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 202 - color contains mainly: red. Hex color #CA50C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CA50C1 is #35AF3E. Grayscale: #818181. Windows color (decimal): -3518271 or 12669130. OLE color: 12669130.

HSL color Cylindrical-coordinate representation of color #CA50C1: hue angle of 304.43º 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 #CA50C1 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB20280193-
CMYK00.600.040.21
HSL304.43º53.51%55.29%-
HSV(B)304.43º60.4%79.22%-
XYZ36.8522.1452.78-
YUV129.36163.92179.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.53%
GREEN value IS 80 (31.64% from 255) = 16.84%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=42.53%
G=16.84%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028019300.600.040.21304.4353.5155.29
HexCA50C103C4151303637
Octal3121203010744254606667
Binary11001010101000011000001011110010010101100110000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA50C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA50C1; }

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

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

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

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

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

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

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

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