#c951cb

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

Shades of Fuchsia #C951CB

Tints of Fuchsia #C951CB

Color information

#C951CB (or 0xC951CB) is unknown color: approx Fuchsia. HEX triplet: C9, 51 and CB. RGB value is (201,81,203). Sum of RGB (Red+Green+Blue) = 201+81+203=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 203 (79.69% from 255 or 41.86% from 485); Max value from RGB is 203 - color contains mainly: blue. Hex color #C951CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C951CB is #36AE34. Grayscale: #828282. Windows color (decimal): -3583541 or 13324745. OLE color: 13324745.

HSL color Cylindrical-coordinate representation of color #C951CB: hue angle of 299.02º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C951CB is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20181203-
CMYK0.010.6000.20
HSL299.02º53.98%55.69%-
HSV(B)299.02º60.1%79.61%-
XYZ37.8122.6158.87-
YUV130.79168.76178.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 41.44%
GREEN value IS 81 (32.03% from 255) = 16.70%
BLUE value IS 203 (79.69% from 255) = 41.86%
R=41.44%
G=16.70%
B=41.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201812030.010.6000.20299.0253.9855.69
HexC951CB13C01412b3638
Octal3111213131740244536670
Binary110010011010001110010111111100010100100101011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c951cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c951cb; }

 p { color: rgb(201,81,203); }

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

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

 a { background-color: rgb(201,81,203); }

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

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

 span { border-color: rgb(201,81,203); }

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