#CA2DB4

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

Shades of Fuchsia #CA2DB4

Tints of Fuchsia #CA2DB4

Color information

#CA2DB4 (or 0xCA2DB4) is unknown color: approx Fuchsia. HEX triplet: CA, 2D and B4. RGB value is (202,45,180). Sum of RGB (Red+Green+Blue) = 202+45+180=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 180 (70.70% from 255 or 42.15% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA2DB4 is #35D24B. Grayscale: #6A6A6A. Windows color (decimal): -3527244 or 11808202. OLE color: 11808202.

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

Color convert

RGB20245180-
CMYK00.780.110.21
HSL308.41º63.56%48.43%-
HSV(B)308.41º77.72%79.22%-
XYZ33.5317.7344.83-
YUV107.33169.01195.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.31%
GREEN value IS 45 (17.97% from 255) = 10.54%
BLUE value IS 180 (70.70% from 255) = 42.15%
R=47.31%
G=10.54%
B=42.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024518000.780.110.21308.4163.5648.43
HexCA2DB404EB151344030
Octal312552640116132546410060
Binary1100101010110110110100010011101011101011001101001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA2DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA2DB4; }

 p { color: rgb(202,45,180); }

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

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

 a { background-color: rgb(202,45,180); }

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

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

 span { border-color: rgb(202,45,180); }

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