#C365CA

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

Shades of Fuchsia #C365CA

Tints of Fuchsia #C365CA

Color information

#C365CA (or 0xC365CA) is unknown color: approx Fuchsia. HEX triplet: C3, 65 and CA. RGB value is (195,101,202). Sum of RGB (Red+Green+Blue) = 195+101+202=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 101 (39.84% from 255 or 20.28% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #C365CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C365CA is #3C9A35. Grayscale: #8C8C8C. Windows color (decimal): -3971638 or 13264323. OLE color: 13264323.

HSL color Cylindrical-coordinate representation of color #C365CA: hue angle of 295.84º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C365CA is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB195101202-
CMYK0.030.5000.21
HSL295.84º48.79%59.41%-
HSV(B)295.84º50%79.22%-
XYZ37.8225.1758.74-
YUV140.62162.64166.79-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.16%
GREEN value IS 101 (39.84% from 255) = 20.28%
BLUE value IS 202 (79.30% from 255) = 40.56%
R=39.16%
G=20.28%
B=40.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951012020.030.5000.21295.8448.7959.41
HexC365CA332015128313b
Octal3031453123620254506173
Binary1100001111001011100101011110010010101100101000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C365CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C365CA; }

 p { color: rgb(195,101,202); }

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

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

 a { background-color: rgb(195,101,202); }

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

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

 span { border-color: rgb(195,101,202); }

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