#CA30BC

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

Shades of Fuchsia #CA30BC

Tints of Fuchsia #CA30BC

Color information

#CA30BC (or 0xCA30BC) is unknown color: approx Fuchsia. HEX triplet: CA, 30 and BC. RGB value is (202,48,188). Sum of RGB (Red+Green+Blue) = 202+48+188=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA30BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA30BC is #35CF43. Grayscale: #6D6D6D. Windows color (decimal): -3526468 or 12333258. OLE color: 12333258.

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

Color convert

RGB20248188-
CMYK00.760.070.21
HSL305.45º61.6%49.02%-
HSV(B)305.45º76.24%79.22%-
XYZ34.4918.349.29-
YUV110.01172.02193.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.12%
GREEN value IS 48 (19.14% from 255) = 10.96%
BLUE value IS 188 (73.83% from 255) = 42.92%
R=46.12%
G=10.96%
B=42.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2024818800.760.070.21305.4561.649.02
HexCA30BC04C7151313e31
Octal3126027401147254617661
Binary11001010110000101111000100110011110101100110001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA30BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA30BC; }

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

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

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

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

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

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

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

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