#CA43D0

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

Shades of Fuchsia #CA43D0

Tints of Fuchsia #CA43D0

Color information

#CA43D0 (or 0xCA43D0) is unknown color: approx Fuchsia. HEX triplet: CA, 43 and D0. RGB value is (202,67,208). Sum of RGB (Red+Green+Blue) = 202+67+208=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 67 (26.56% from 255 or 14.05% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA43D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43D0 is #35BC2F. Grayscale: #7B7B7B. Windows color (decimal): -3521584 or 13648842. OLE color: 13648842.

HSL color Cylindrical-coordinate representation of color #CA43D0: hue angle of 297.45º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA43D0 is Cyan = 0.03, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20267208-
CMYK0.030.6800.18
HSL297.45º60%53.92%-
HSV(B)297.45º67.79%81.57%-
XYZ37.7521.1261.76-
YUV123.44175.73184.04-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 67 (26.56% from 255) = 14.05%
BLUE value IS 208 (81.64% from 255) = 43.61%
R=42.35%
G=14.05%
B=43.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202672080.030.6800.18297.456053.92
HexCA43D03440121293c36
Octal31210332031040224517466
Binary11001010100001111010000111000100010010100101001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA43D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA43D0; }

 p { color: rgb(202,67,208); }

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

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

 a { background-color: rgb(202,67,208); }

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

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

 span { border-color: rgb(202,67,208); }

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