#CA39CF

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

Shades of Fuchsia #CA39CF

Tints of Fuchsia #CA39CF

Color information

#CA39CF (or 0xCA39CF) is unknown color: approx Fuchsia. HEX triplet: CA, 39 and CF. RGB value is (202,57,207). Sum of RGB (Red+Green+Blue) = 202+57+207=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 57 (22.66% from 255 or 12.23% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA39CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CA39CF is #35C630. Grayscale: #747474. Windows color (decimal): -3524145 or 13580746. OLE color: 13580746.

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

Color convert

RGB20257207-
CMYK0.020.7200.19
HSL298º60.98%51.76%-
HSV(B)298º72.46%81.18%-
XYZ37.0819.9960.94-
YUV117.46178.54188.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 57 (22.66% from 255) = 12.23%
BLUE value IS 207 (81.25% from 255) = 44.42%
R=43.35%
G=12.23%
B=44.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal202572070.020.7200.1929860.9851.76
HexCA39CF24801312a3d34
Octal3127131721100234527564
Binary1100101011100111001111101001000010011100101010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA39CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA39CF; }

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

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

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

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

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

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

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

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