#CA30C6

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

Shades of Fuchsia #CA30C6

Tints of Fuchsia #CA30C6

Color information

#CA30C6 (or 0xCA30C6) is unknown color: approx Fuchsia. HEX triplet: CA, 30 and C6. RGB value is (202,48,198). Sum of RGB (Red+Green+Blue) = 202+48+198=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 48 (19.14% from 255 or 10.71% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30C6 is #35CF39. Grayscale: #6E6E6E. Windows color (decimal): -3526458 or 12988618. OLE color: 12988618.

HSL color Cylindrical-coordinate representation of color #CA30C6: hue angle of 301.56º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CA30C6 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.21.

Color convert

RGB20248198-
CMYK00.760.020.21
HSL301.56º61.6%49.02%-
HSV(B)301.56º76.24%79.22%-
XYZ35.6118.7555.17-
YUV111.15177.02192.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 48 (19.14% from 255) = 10.71%
BLUE value IS 198 (77.73% from 255) = 44.20%
R=45.09%
G=10.71%
B=44.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024819800.760.020.21301.5661.649.02
HexCA30C604C21512e3e31
Octal3126030601142254567661
Binary1100101011000011000110010011001010101100101110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA30C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA30C6; }

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

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

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

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

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

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

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

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