#C945CB

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

Shades of Fuchsia #C945CB

Tints of Fuchsia #C945CB

Color information

#C945CB (or 0xC945CB) is unknown color: approx Fuchsia. HEX triplet: C9, 45 and CB. RGB value is (201,69,203). Sum of RGB (Red+Green+Blue) = 201+69+203=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 203 (79.69% from 255 or 42.92% from 473); Max value from RGB is 203 - color contains mainly: blue. Hex color #C945CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C945CB is #36BA34. Grayscale: #7B7B7B. Windows color (decimal): -3586613 or 13321673. OLE color: 13321673.

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

Color convert

RGB20169203-
CMYK0.010.6600.20
HSL299.1º56.3%53.33%-
HSV(B)299.1º66.01%79.61%-
XYZ3720.9958.6-
YUV123.74172.73183.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 42.49%
GREEN value IS 69 (27.34% from 255) = 14.59%
BLUE value IS 203 (79.69% from 255) = 42.92%
R=42.49%
G=14.59%
B=42.92%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201692030.010.6600.20299.156.353.33
HexC945CB14201412b3835
Octal31110531311020244537065
Binary1100100110001011100101111000010010100100101011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C945CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C945CB; }

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

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

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

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

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

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

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

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