#CA30CA

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

Shades of Fuchsia #CA30CA

Tints of Fuchsia #CA30CA

Color information

#CA30CA (or 0xCA30CA) is unknown color: approx Fuchsia. HEX triplet: CA, 30 and CA. RGB value is (202,48,202). Sum of RGB (Red+Green+Blue) = 202+48+202=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 202 - color contains mainly: red, blue. Hex color #CA30CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30CA is #35CF35. Grayscale: #6F6F6F. Windows color (decimal): -3526454 or 13250762. OLE color: 13250762.

HSL color Cylindrical-coordinate representation of color #CA30CA: hue angle of 300º 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 #CA30CA is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20248202-
CMYK00.7600.21
HSL300º61.6%49.02%-
HSV(B)300º76.24%79.22%-
XYZ36.0718.9357.63-
YUV111.6179.02192.48-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 48 (19.14% from 255) = 10.62%
BLUE value IS 202 (79.30% from 255) = 44.69%
R=44.69%
G=10.62%
B=44.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024820200.7600.2130061.649.02
HexCA30CA04C01512c3e31
Octal3126031201140254547661
Binary110010101100001100101001001100010101100101100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA30CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA30CA; }

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

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

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

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

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

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

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

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