#C751CE

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

Shades of Fuchsia #C751CE

Tints of Fuchsia #C751CE

Color information

#C751CE (or 0xC751CE) is unknown color: approx Fuchsia. HEX triplet: C7, 51 and CE. RGB value is (199,81,206). Sum of RGB (Red+Green+Blue) = 199+81+206=486 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.95% from 486); Green value is 81 (32.03% from 255 or 16.67% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #C751CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C751CE is #38AE31. Grayscale: #828282. Windows color (decimal): -3714610 or 13521351. OLE color: 13521351.

HSL color Cylindrical-coordinate representation of color #C751CE: hue angle of 296.64º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C751CE is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19981206-
CMYK0.030.6100.19
HSL296.64º56.05%56.27%-
HSV(B)296.64º60.68%80.78%-
XYZ37.6422.4860.75-
YUV130.53170.59176.84-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 40.95%
GREEN value IS 81 (32.03% from 255) = 16.67%
BLUE value IS 206 (80.86% from 255) = 42.39%
R=40.95%
G=16.67%
B=42.39%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal199812060.030.6100.19296.6456.0556.27
HexC751CE33D0131293838
Octal3071213163750234517070
Binary1100011110100011100111011111101010011100101001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C751CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C751CE; }

 p { color: rgb(199,81,206); }

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

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

 a { background-color: rgb(199,81,206); }

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

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

 span { border-color: rgb(199,81,206); }

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