#CA45BC

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

Shades of Fuchsia #CA45BC

Tints of Fuchsia #CA45BC

Color information

#CA45BC (or 0xCA45BC) is unknown color: approx Fuchsia. HEX triplet: CA, 45 and BC. RGB value is (202,69,188). Sum of RGB (Red+Green+Blue) = 202+69+188=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 69 (27.34% from 255 or 15.03% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CA45BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA45BC is #35BA43. Grayscale: #797979. Windows color (decimal): -3521092 or 12338634. OLE color: 12338634.

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

Color convert

RGB20269188-
CMYK00.660.070.21
HSL306.32º55.65%53.14%-
HSV(B)306.32º65.84%79.22%-
XYZ35.5620.4449.65-
YUV122.33165.06184.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 69 (27.34% from 255) = 15.03%
BLUE value IS 188 (73.83% from 255) = 40.96%
R=44.01%
G=15.03%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026918800.660.070.21306.3255.6553.14
HexCA45BC0427151323835
Octal31210527401027254627065
Binary110010101000101101111000100001011110101100110010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA45BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA45BC; }

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

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

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

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

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

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

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

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