#C851CE

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

Shades of Fuchsia #C851CE

Tints of Fuchsia #C851CE

Color information

#C851CE (or 0xC851CE) is unknown color: approx Fuchsia. HEX triplet: C8, 51 and CE. RGB value is (200,81,206). Sum of RGB (Red+Green+Blue) = 200+81+206=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 81 (32.03% from 255 or 16.63% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #C851CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851CE is #37AE31. Grayscale: #828282. Windows color (decimal): -3649074 or 13521352. OLE color: 13521352.

HSL color Cylindrical-coordinate representation of color #C851CE: hue angle of 297.12º 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 #C851CE is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB20081206-
CMYK0.030.6100.19
HSL297.12º56.05%56.27%-
HSV(B)297.12º60.68%80.78%-
XYZ37.922.6260.76-
YUV130.83170.42177.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.07%
GREEN value IS 81 (32.03% from 255) = 16.63%
BLUE value IS 206 (80.86% from 255) = 42.30%
R=41.07%
G=16.63%
B=42.30%

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
Decimal200812060.030.6100.19297.1256.0556.27
HexC851CE33D0131293838
Octal3101213163750234517070
Binary1100100010100011100111011111101010011100101001111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C851CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C851CE; }

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

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

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

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

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

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

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

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