#CA30C8

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

Shades of Fuchsia #CA30C8

Tints of Fuchsia #CA30C8

Color information

#CA30C8 (or 0xCA30C8) is unknown color: approx Fuchsia. HEX triplet: CA, 30 and C8. RGB value is (202,48,200). Sum of RGB (Red+Green+Blue) = 202+48+200=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 200 (78.52% from 255 or 44.44% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30C8 is #35CF37. Grayscale: #6E6E6E. Windows color (decimal): -3526456 or 13119690. OLE color: 13119690.

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

Color convert

RGB20248200-
CMYK00.760.010.21
HSL300.78º61.6%49.02%-
HSV(B)300.78º76.24%79.22%-
XYZ35.8418.8456.39-
YUV111.37178.02192.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 48 (19.14% from 255) = 10.67%
BLUE value IS 200 (78.52% from 255) = 44.44%
R=44.89%
G=10.67%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024820000.760.010.21300.7861.649.02
HexCA30C804C11512d3e31
Octal3126031001141254557661
Binary110010101100001100100001001100110101100101101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA30C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA30C8; }

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

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

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

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

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

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

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

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