#CA30B6

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

Shades of Fuchsia #CA30B6

Tints of Fuchsia #CA30B6

Color information

#CA30B6 (or 0xCA30B6) is unknown color: approx Fuchsia. HEX triplet: CA, 30 and B6. RGB value is (202,48,182). Sum of RGB (Red+Green+Blue) = 202+48+182=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 182 (71.48% from 255 or 42.13% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30B6 is #35CF49. Grayscale: #6C6C6C. Windows color (decimal): -3526474 or 11940042. OLE color: 11940042.

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

Color convert

RGB20248182-
CMYK00.760.100.21
HSL307.79º61.6%49.02%-
HSV(B)307.79º76.24%79.22%-
XYZ33.8618.0545.96-
YUV109.32169.02194.1-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.76%
GREEN value IS 48 (19.14% from 255) = 11.11%
BLUE value IS 182 (71.48% from 255) = 42.13%
R=46.76%
G=11.11%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024818200.760.100.21307.7961.649.02
HexCA30B604CA151343e31
Octal31260266011412254647661
Binary110010101100001011011001001100101010101100110100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA30B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA30B6; }

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

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

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

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

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

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

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

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