#CA40BC

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

Shades of Fuchsia #CA40BC

Tints of Fuchsia #CA40BC

Color information

#CA40BC (or 0xCA40BC) is unknown color: approx Fuchsia. HEX triplet: CA, 40 and BC. RGB value is (202,64,188). Sum of RGB (Red+Green+Blue) = 202+64+188=454 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.49% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 202 - color contains mainly: red. Hex color #CA40BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA40BC is #35BF43. Grayscale: #777777. Windows color (decimal): -3522372 or 12337354. OLE color: 12337354.

HSL color Cylindrical-coordinate representation of color #CA40BC: hue angle of 306.09º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CA40BC is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB20264188-
CMYK00.680.070.21
HSL306.09º56.56%52.16%-
HSV(B)306.09º68.32%79.22%-
XYZ35.2719.8549.55-
YUV119.4166.72186.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.49%
GREEN value IS 64 (25.39% from 255) = 14.10%
BLUE value IS 188 (73.83% from 255) = 41.41%
R=44.49%
G=14.10%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026418800.680.070.21306.0956.5652.16
HexCA40BC0447151323934
Octal31210027401047254627164
Binary110010101000000101111000100010011110101100110010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA40BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA40BC; }

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

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

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

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

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

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

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

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