#C360CC

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

Shades of Fuchsia #C360CC

Tints of Fuchsia #C360CC

Color information

#C360CC (or 0xC360CC) is unknown color: approx Fuchsia. HEX triplet: C3, 60 and CC. RGB value is (195,96,204). Sum of RGB (Red+Green+Blue) = 195+96+204=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 96 (37.89% from 255 or 19.39% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #C360CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C360CC is #3C9F33. Grayscale: #898989. Windows color (decimal): -3972916 or 13394115. OLE color: 13394115.

HSL color Cylindrical-coordinate representation of color #C360CC: hue angle of 295º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C360CC is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19596204-
CMYK0.040.5300.2
HSL295º51.43%58.82%-
HSV(B)295º52.94%80%-
XYZ37.5924.3359.84-
YUV137.91165.3168.72-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.39%
GREEN value IS 96 (37.89% from 255) = 19.39%
BLUE value IS 204 (80.08% from 255) = 41.21%
R=39.39%
G=19.39%
B=41.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal195962040.040.5300.229551.4358.82
HexC360CC435014127333b
Octal3031403144650244476373
Binary11000011110000011001100100110101010100100100111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C360CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C360CC; }

 p { color: rgb(195,96,204); }

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

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

 a { background-color: rgb(195,96,204); }

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

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

 span { border-color: rgb(195,96,204); }

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