#CA33B5

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

Shades of Fuchsia #CA33B5

Tints of Fuchsia #CA33B5

Color information

#CA33B5 (or 0xCA33B5) is unknown color: approx Fuchsia. HEX triplet: CA, 33 and B5. RGB value is (202,51,181). Sum of RGB (Red+Green+Blue) = 202+51+181=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 51 (20.31% from 255 or 11.75% from 434); Blue value is 181 (71.09% from 255 or 41.71% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CA33B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA33B5 is #35CC4A. Grayscale: #6E6E6E. Windows color (decimal): -3525707 or 11875274. OLE color: 11875274.

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

Color convert

RGB20251181-
CMYK00.750.100.21
HSL308.34º59.68%49.61%-
HSV(B)308.34º74.75%79.22%-
XYZ33.8818.2645.45-
YUV110.97167.53192.93-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.54%
GREEN value IS 51 (20.31% from 255) = 11.75%
BLUE value IS 181 (71.09% from 255) = 41.71%
R=46.54%
G=11.75%
B=41.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2025118100.750.100.21308.3459.6849.61
HexCA33B504BA151343c32
Octal31263265011312254647462
Binary110010101100111011010101001011101010101100110100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA33B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA33B5; }

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

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

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

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

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

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

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

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