#CA3FCE

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

Shades of Fuchsia #CA3FCE

Tints of Fuchsia #CA3FCE

Color information

#CA3FCE (or 0xCA3FCE) is unknown color: approx Fuchsia. HEX triplet: CA, 3F and CE. RGB value is (202,63,206). Sum of RGB (Red+Green+Blue) = 202+63+206=471 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.89% from 471); Green value is 63 (25% from 255 or 13.38% from 471); Blue value is 206 (80.86% from 255 or 43.74% from 471); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA3FCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA3FCE is #35C031. Grayscale: #787878. Windows color (decimal): -3522610 or 13516746. OLE color: 13516746.

HSL color Cylindrical-coordinate representation of color #CA3FCE: hue angle of 298.32º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CA3FCE is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20263206-
CMYK0.020.6900.19
HSL298.32º59.34%52.75%-
HSV(B)298.32º69.42%80.78%-
XYZ37.2820.5760.4-
YUV120.86176.05185.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.89%
GREEN value IS 63 (25% from 255) = 13.38%
BLUE value IS 206 (80.86% from 255) = 43.74%
R=42.89%
G=13.38%
B=43.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202632060.020.6900.19298.3259.3452.75
HexCA3FCE24501312a3b35
Octal3127731621050234527365
Binary1100101011111111001110101000101010011100101010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3FCE; }

 p { color: rgb(202,63,206); }

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

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

 a { background-color: rgb(202,63,206); }

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

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

 span { border-color: rgb(202,63,206); }

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