#C936CA

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

Shades of Fuchsia #C936CA

Tints of Fuchsia #C936CA

Color information

#C936CA (or 0xC936CA) is unknown color: approx Fuchsia. HEX triplet: C9, 36 and CA. RGB value is (201,54,202). Sum of RGB (Red+Green+Blue) = 201+54+202=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #C936CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C936CA is #36C935. Grayscale: #727272. Windows color (decimal): -3590454 or 13252297. OLE color: 13252297.

HSL color Cylindrical-coordinate representation of color #C936CA: hue angle of 299.59º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C936CA is Cyan = 0.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20154202-
CMYK0.000.7300.21
HSL299.59º58.27%50.2%-
HSV(B)299.59º73.27%79.22%-
XYZ36.0719.3257.71-
YUV114.82177.2189.47-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 43.98%
GREEN value IS 54 (21.48% from 255) = 11.82%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=43.98%
G=11.82%
B=44.20%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201542020.000.7300.21299.5958.2750.2
HexC936CA04901512c3a32
Octal3116631201110254547262
Binary110010011101101100101001001001010101100101100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C936CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C936CA; }

 p { color: rgb(201,54,202); }

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

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

 a { background-color: rgb(201,54,202); }

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

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

 span { border-color: rgb(201,54,202); }

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