#CA41BD

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

Shades of Fuchsia #CA41BD

Tints of Fuchsia #CA41BD

Color information

#CA41BD (or 0xCA41BD) is unknown color: approx Fuchsia. HEX triplet: CA, 41 and BD. RGB value is (202,65,189). Sum of RGB (Red+Green+Blue) = 202+65+189=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 65 (25.78% from 255 or 14.25% from 456); Blue value is 189 (74.22% from 255 or 41.45% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41BD is #35BE42. Grayscale: #777777. Windows color (decimal): -3522115 or 12403146. OLE color: 12403146.

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

Color convert

RGB20265189-
CMYK00.680.060.21
HSL305.69º56.38%52.35%-
HSV(B)305.69º67.82%79.22%-
XYZ35.4320.0150.14-
YUV120.1166.89186.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 65 (25.78% from 255) = 14.25%
BLUE value IS 189 (74.22% from 255) = 41.45%
R=44.30%
G=14.25%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026518900.680.060.21305.6956.3852.35
HexCA41BD0446151323834
Octal31210127501046254627064
Binary110010101000001101111010100010011010101100110010111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA41BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA41BD; }

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

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

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

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

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

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

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

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