#CA41BE

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

Shades of Fuchsia #CA41BE

Tints of Fuchsia #CA41BE

Color information

#CA41BE (or 0xCA41BE) is unknown color: approx Fuchsia. HEX triplet: CA, 41 and BE. RGB value is (202,65,190). Sum of RGB (Red+Green+Blue) = 202+65+190=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA41BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA41BE is #35BE41. Grayscale: #777777. Windows color (decimal): -3522114 or 12468682. OLE color: 12468682.

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

Color convert

RGB20265190-
CMYK00.680.060.21
HSL305.26º56.38%52.35%-
HSV(B)305.26º67.82%79.22%-
XYZ35.5420.0550.71-
YUV120.21167.39186.34-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 65 (25.78% from 255) = 14.22%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=44.20%
G=14.22%
B=41.58%

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
Decimal2026519000.680.060.21305.2656.3852.35
HexCA41BE0446151313834
Octal31210127601046254617064
Binary110010101000001101111100100010011010101100110001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA41BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA41BE; }

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

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

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

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

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

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

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

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