#C36CC1

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

Shades of Fuchsia #C36CC1

Tints of Fuchsia #C36CC1

Color information

#C36CC1 (or 0xC36CC1) is unknown color: approx Fuchsia. HEX triplet: C3, 6C and C1. RGB value is (195,108,193). Sum of RGB (Red+Green+Blue) = 195+108+193=496 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.31% from 496); Green value is 108 (42.58% from 255 or 21.77% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 195 - color contains mainly: red. Hex color #C36CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C36CC1 is #3C933E. Grayscale: #8F8F8F. Windows color (decimal): -3969855 or 12676291. OLE color: 12676291.

HSL color Cylindrical-coordinate representation of color #C36CC1: hue angle of 301.38º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C36CC1 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB195108193-
CMYK00.450.010.24
HSL301.38º42.03%59.41%-
HSV(B)301.38º44.62%76.47%-
XYZ37.4926.1853.53-
YUV143.7155.82164.59-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.31%
GREEN value IS 108 (42.58% from 255) = 21.77%
BLUE value IS 193 (75.78% from 255) = 38.91%
R=39.31%
G=21.77%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19510819300.450.010.24301.3842.0359.41
HexC36CC102D11812d2a3b
Octal3031543010551304555273
Binary110000111101100110000010101101111000100101101101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C36CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C36CC1; }

 p { color: rgb(195,108,193); }

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

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

 a { background-color: rgb(195,108,193); }

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

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

 span { border-color: rgb(195,108,193); }

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