#CA33BE

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

Shades of Fuchsia #CA33BE

Tints of Fuchsia #CA33BE

Color information

#CA33BE (or 0xCA33BE) is unknown color: approx Fuchsia. HEX triplet: CA, 33 and BE. RGB value is (202,51,190). Sum of RGB (Red+Green+Blue) = 202+51+190=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 51 (20.31% from 255 or 11.51% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA33BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA33BE is #35CC41. Grayscale: #6F6F6F. Windows color (decimal): -3525698 or 12465098. OLE color: 12465098.

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

Color convert

RGB20251190-
CMYK00.750.060.21
HSL304.77º59.68%49.61%-
HSV(B)304.77º74.75%79.22%-
XYZ34.8418.6450.48-
YUV111.99172.03192.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 51 (20.31% from 255) = 11.51%
BLUE value IS 190 (74.61% from 255) = 42.89%
R=45.60%
G=11.51%
B=42.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025119000.750.060.21304.7759.6849.61
HexCA33BE04B6151313c32
Octal3126327601136254617462
Binary11001010110011101111100100101111010101100110001111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA33BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA33BE; }

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

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

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

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

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

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

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

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