#C236B9

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

Shades of Fuchsia #C236B9

Tints of Fuchsia #C236B9

Color information

#C236B9 (or 0xC236B9) is unknown color: approx Fuchsia. HEX triplet: C2, 36 and B9. RGB value is (194,54,185). Sum of RGB (Red+Green+Blue) = 194+54+185=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 54 (21.48% from 255 or 12.47% from 433); Blue value is 185 (72.66% from 255 or 42.73% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C236B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C236B9 is #3DC946. Grayscale: #6E6E6E. Windows color (decimal): -4049223 or 12138178. OLE color: 12138178.

HSL color Cylindrical-coordinate representation of color #C236B9: hue angle of 303.86º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C236B9 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB19454185-
CMYK00.720.050.24
HSL303.86º56.45%48.63%-
HSV(B)303.86º72.16%76.08%-
XYZ32.3217.6147.59-
YUV110.79169.88187.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.80%
GREEN value IS 54 (21.48% from 255) = 12.47%
BLUE value IS 185 (72.66% from 255) = 42.73%
R=44.80%
G=12.47%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945418500.720.050.24303.8656.4548.63
HexC236B90485181303831
Octal3026627101105304607061
Binary11000010110110101110010100100010111000100110000111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C236B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C236B9; }

 p { color: rgb(194,54,185); }

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

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

 a { background-color: rgb(194,54,185); }

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

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

 span { border-color: rgb(194,54,185); }

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