#CA43B4

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

Shades of Fuchsia #CA43B4

Tints of Fuchsia #CA43B4

Color information

#CA43B4 (or 0xCA43B4) is unknown color: approx Fuchsia. HEX triplet: CA, 43 and B4. RGB value is (202,67,180). Sum of RGB (Red+Green+Blue) = 202+67+180=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 180 (70.70% from 255 or 40.09% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA43B4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43B4 is #35BC4B. Grayscale: #777777. Windows color (decimal): -3521612 or 11813834. OLE color: 11813834.

HSL color Cylindrical-coordinate representation of color #CA43B4: hue angle of 309.78º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA43B4 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB20267180-
CMYK00.670.110.21
HSL309.78º56.02%52.75%-
HSV(B)309.78º66.83%79.22%-
XYZ34.619.8745.19-
YUV120.25161.73186.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 67 (26.56% from 255) = 14.92%
BLUE value IS 180 (70.70% from 255) = 40.09%
R=44.99%
G=14.92%
B=40.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026718000.670.110.21309.7856.0252.75
HexCA43B4043B151363835
Octal312103264010313254667065
Binary1100101010000111011010001000011101110101100110110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA43B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA43B4; }

 p { color: rgb(202,67,180); }

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

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

 a { background-color: rgb(202,67,180); }

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

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

 span { border-color: rgb(202,67,180); }

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