#CA3DC8

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

Shades of Fuchsia #CA3DC8

Tints of Fuchsia #CA3DC8

Color information

#CA3DC8 (or 0xCA3DC8) is unknown color: approx Fuchsia. HEX triplet: CA, 3D and C8. RGB value is (202,61,200). Sum of RGB (Red+Green+Blue) = 202+61+200=463 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.63% from 463); Green value is 61 (24.22% from 255 or 13.17% from 463); Blue value is 200 (78.52% from 255 or 43.20% from 463); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3DC8 is #35C237. Grayscale: #767676. Windows color (decimal): -3523128 or 13123018. OLE color: 13123018.

HSL color Cylindrical-coordinate representation of color #CA3DC8: hue angle of 300.85º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3DC8 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.21.

Color convert

RGB20261200-
CMYK00.700.010.21
HSL300.85º57.09%51.57%-
HSV(B)300.85º69.8%79.22%-
XYZ36.4520.0656.6-
YUV119173.71187.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.63%
GREEN value IS 61 (24.22% from 255) = 13.17%
BLUE value IS 200 (78.52% from 255) = 43.20%
R=43.63%
G=13.17%
B=43.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026120000.700.010.21300.8557.0951.57
HexCA3DC804611512d3934
Octal3127531001061254557164
Binary110010101111011100100001000110110101100101101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3DC8; }

 p { color: rgb(202,61,200); }

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

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

 a { background-color: rgb(202,61,200); }

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

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

 span { border-color: rgb(202,61,200); }

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