#C736BD

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

Shades of Fuchsia #C736BD

Tints of Fuchsia #C736BD

Color information

#C736BD (or 0xC736BD) is unknown color: approx Fuchsia. HEX triplet: C7, 36 and BD. RGB value is (199,54,189). Sum of RGB (Red+Green+Blue) = 199+54+189=442 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.02% from 442); Green value is 54 (21.48% from 255 or 12.22% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 199 - color contains mainly: red. Hex color #C736BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C736BD is #38C942. Grayscale: #707070. Windows color (decimal): -3721539 or 12400327. OLE color: 12400327.

HSL color Cylindrical-coordinate representation of color #C736BD: hue angle of 304.14º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C736BD is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB19954189-
CMYK00.730.050.22
HSL304.14º57.31%49.61%-
HSV(B)304.14º72.86%78.04%-
XYZ34.0618.4549.91-
YUV112.74171.04189.52-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.02%
GREEN value IS 54 (21.48% from 255) = 12.22%
BLUE value IS 189 (74.22% from 255) = 42.76%
R=45.02%
G=12.22%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1995418900.730.050.22304.1457.3149.61
HexC736BD0495161303932
Octal3076627501115264607162
Binary11000111110110101111010100100110110110100110000111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C736BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C736BD; }

 p { color: rgb(199,54,189); }

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

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

 a { background-color: rgb(199,54,189); }

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

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

 span { border-color: rgb(199,54,189); }

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