#CA44CF

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

Shades of Fuchsia #CA44CF

Tints of Fuchsia #CA44CF

Color information

#CA44CF (or 0xCA44CF) is unknown color: approx Fuchsia. HEX triplet: CA, 44 and CF. RGB value is (202,68,207). Sum of RGB (Red+Green+Blue) = 202+68+207=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 68 (26.95% from 255 or 14.26% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA44CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA44CF is #35BB30. Grayscale: #7B7B7B. Windows color (decimal): -3521329 or 13583562. OLE color: 13583562.

HSL color Cylindrical-coordinate representation of color #CA44CF: hue angle of 297.84º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA44CF is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20268207-
CMYK0.020.6700.19
HSL297.84º59.15%53.92%-
HSV(B)297.84º67.15%81.18%-
XYZ37.6921.261.14-
YUV123.91174.89183.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.35%
GREEN value IS 68 (26.95% from 255) = 14.26%
BLUE value IS 207 (81.25% from 255) = 43.40%
R=42.35%
G=14.26%
B=43.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202682070.020.6700.19297.8459.1553.92
HexCA44CF24301312a3b36
Octal31210431721030234527366
Binary11001010100010011001111101000011010011100101010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA44CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA44CF; }

 p { color: rgb(202,68,207); }

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

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

 a { background-color: rgb(202,68,207); }

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

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

 span { border-color: rgb(202,68,207); }

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