#CA43BC

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

Shades of Fuchsia #CA43BC

Tints of Fuchsia #CA43BC

Color information

#CA43BC (or 0xCA43BC) is unknown color: approx Fuchsia. HEX triplet: CA, 43 and BC. RGB value is (202,67,188). Sum of RGB (Red+Green+Blue) = 202+67+188=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 67 (26.56% from 255 or 14.66% from 457); Blue value is 188 (73.83% from 255 or 41.14% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CA43BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA43BC is #35BC43. Grayscale: #787878. Windows color (decimal): -3521604 or 12338122. OLE color: 12338122.

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

Color convert

RGB20267188-
CMYK00.670.070.21
HSL306.22º56.02%52.75%-
HSV(B)306.22º66.83%79.22%-
XYZ35.4420.249.61-
YUV121.16165.73185.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 67 (26.56% from 255) = 14.66%
BLUE value IS 188 (73.83% from 255) = 41.14%
R=44.20%
G=14.66%
B=41.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026718800.670.070.21306.2256.0252.75
HexCA43BC0437151323835
Octal31210327401037254627065
Binary110010101000011101111000100001111110101100110010111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA43BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA43BC; }

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

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

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

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

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

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

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

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