#CA2BBB

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

Shades of Fuchsia #CA2BBB

Tints of Fuchsia #CA2BBB

Color information

#CA2BBB (or 0xCA2BBB) is unknown color: approx Fuchsia. HEX triplet: CA, 2B and BB. RGB value is (202,43,187). Sum of RGB (Red+Green+Blue) = 202+43+187=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 43 (17.19% from 255 or 9.95% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2BBB is #35D444. Grayscale: #6A6A6A. Windows color (decimal): -3527749 or 12266442. OLE color: 12266442.

HSL color Cylindrical-coordinate representation of color #CA2BBB: hue angle of 305.66º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2BBB is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB20243187-
CMYK00.790.070.21
HSL305.66º64.9%48.04%-
HSV(B)305.66º78.71%79.22%-
XYZ34.1917.8748.66-
YUV106.96173.18195.79-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 43 (17.19% from 255) = 9.95%
BLUE value IS 187 (73.44% from 255) = 43.29%
R=46.76%
G=9.95%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024318700.790.070.21305.6664.948.04
HexCA2BBB04F7151324130
Octal31253273011772546210160
Binary110010101010111011101101001111111101011001100101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2BBB; }

 p { color: rgb(202,43,187); }

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

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

 a { background-color: rgb(202,43,187); }

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

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

 span { border-color: rgb(202,43,187); }

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