#CA30C7

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

Shades of Fuchsia #CA30C7

Tints of Fuchsia #CA30C7

Color information

#CA30C7 (or 0xCA30C7) is unknown color: approx Fuchsia. HEX triplet: CA, 30 and C7. RGB value is (202,48,199). Sum of RGB (Red+Green+Blue) = 202+48+199=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 48 (19.14% from 255 or 10.69% from 449); Blue value is 199 (78.12% from 255 or 44.32% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30C7 is #35CF38. Grayscale: #6E6E6E. Windows color (decimal): -3526457 or 13054154. OLE color: 13054154.

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

Color convert

RGB20248199-
CMYK00.760.010.21
HSL301.17º61.6%49.02%-
HSV(B)301.17º76.24%79.22%-
XYZ35.7218.7955.78-
YUV111.26177.52192.72-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 48 (19.14% from 255) = 10.69%
BLUE value IS 199 (78.12% from 255) = 44.32%
R=44.99%
G=10.69%
B=44.32%

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
Decimal2024819900.760.010.21301.1761.649.02
HexCA30C704C11512d3e31
Octal3126030701141254557661
Binary110010101100001100011101001100110101100101101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA30C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA30C7; }

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

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

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

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

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

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

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

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