#CA29BB

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

Shades of Fuchsia #CA29BB

Tints of Fuchsia #CA29BB

Color information

#CA29BB (or 0xCA29BB) is unknown color: approx Fuchsia. HEX triplet: CA, 29 and BB. RGB value is (202,41,187). Sum of RGB (Red+Green+Blue) = 202+41+187=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 187 (73.44% from 255 or 43.49% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA29BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA29BB is #35D644. Grayscale: #696969. Windows color (decimal): -3528261 or 12265930. OLE color: 12265930.

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

Color convert

RGB20241187-
CMYK00.800.070.21
HSL305.59º66.26%47.65%-
HSV(B)305.59º79.7%79.22%-
XYZ34.1217.7348.64-
YUV105.78173.84196.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 41 (16.41% from 255) = 9.53%
BLUE value IS 187 (73.44% from 255) = 43.49%
R=46.98%
G=9.53%
B=43.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024118700.800.070.21305.5966.2647.65
HexCA29BB0507151324230
Octal31251273012072546210260
Binary110010101010011011101101010000111101011001100101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA29BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA29BB; }

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

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

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

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

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

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

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

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