#C132B8

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

Shades of Fuchsia #C132B8

Tints of Fuchsia #C132B8

Color information

#C132B8 (or 0xC132B8) is unknown color: approx Fuchsia. HEX triplet: C1, 32 and B8. RGB value is (193,50,184). Sum of RGB (Red+Green+Blue) = 193+50+184=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 50 (19.92% from 255 or 11.71% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C132B8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C132B8 is #3ECD47. Grayscale: #6B6B6B. Windows color (decimal): -4115784 or 12071617. OLE color: 12071617.

HSL color Cylindrical-coordinate representation of color #C132B8: hue angle of 303.78º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C132B8 is Cyan = 0, Magento = 0.74, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB19350184-
CMYK00.740.050.24
HSL303.78º58.85%47.65%-
HSV(B)303.78º74.09%75.69%-
XYZ31.7817.0846.97-
YUV108.03170.88188.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.20%
GREEN value IS 50 (19.92% from 255) = 11.71%
BLUE value IS 184 (72.27% from 255) = 43.09%
R=45.20%
G=11.71%
B=43.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935018400.740.050.24303.7858.8547.65
HexC132B804A5181303b30
Octal3016227001125304607360
Binary11000001110010101110000100101010111000100110000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C132B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C132B8; }

 p { color: rgb(193,50,184); }

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

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

 a { background-color: rgb(193,50,184); }

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

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

 span { border-color: rgb(193,50,184); }

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