#CA30D1

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

Shades of Fuchsia #CA30D1

Tints of Fuchsia #CA30D1

Color information

#CA30D1 (or 0xCA30D1) is unknown color: approx Fuchsia. HEX triplet: CA, 30 and D1. RGB value is (202,48,209). Sum of RGB (Red+Green+Blue) = 202+48+209=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA30D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30D1 is #35CF2E. Grayscale: #6F6F6F. Windows color (decimal): -3526447 or 13709514. OLE color: 13709514.

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

Color convert

RGB20248209-
CMYK0.030.7700.18
HSL297.39º63.64%50.39%-
HSV(B)297.39º77.03%81.96%-
XYZ36.9219.2762.1-
YUV112.4182.52191.91-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 48 (19.14% from 255) = 10.46%
BLUE value IS 209 (82.03% from 255) = 45.53%
R=44.01%
G=10.46%
B=45.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal202482090.030.7700.18297.3963.6450.39
HexCA30D134D0121294032
Octal31260321311502245110062
Binary11001010110000110100011110011010100101001010011000000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA30D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA30D1; }

 p { color: rgb(202,48,209); }

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

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

 a { background-color: rgb(202,48,209); }

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

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

 span { border-color: rgb(202,48,209); }

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