#C933BD

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

Shades of Fuchsia #C933BD

Tints of Fuchsia #C933BD

Color information

#C933BD (or 0xC933BD) is unknown color: approx Fuchsia. HEX triplet: C9, 33 and BD. RGB value is (201,51,189). Sum of RGB (Red+Green+Blue) = 201+51+189=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 51 (20.31% from 255 or 11.56% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C933BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C933BD is #36CC42. Grayscale: #6F6F6F. Windows color (decimal): -3591235 or 12399561. OLE color: 12399561.

HSL color Cylindrical-coordinate representation of color #C933BD: hue angle of 304.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C933BD is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB20151189-
CMYK00.750.060.21
HSL304.8º59.52%49.41%-
HSV(B)304.8º74.63%78.82%-
XYZ34.4618.4649.89-
YUV111.58171.7191.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.58%
GREEN value IS 51 (20.31% from 255) = 11.56%
BLUE value IS 189 (74.22% from 255) = 42.86%
R=45.58%
G=11.56%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015118900.750.060.21304.859.5249.41
HexC933BD04B6151313c31
Octal3116327501136254617461
Binary11001001110011101111010100101111010101100110001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C933BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C933BD; }

 p { color: rgb(201,51,189); }

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

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

 a { background-color: rgb(201,51,189); }

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

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

 span { border-color: rgb(201,51,189); }

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