#c144cb

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

Shades of Fuchsia #C144CB

Tints of Fuchsia #C144CB

Color information

#C144CB (or 0xC144CB) is unknown color: approx Fuchsia. HEX triplet: C1, 44 and CB. RGB value is (193,68,203). Sum of RGB (Red+Green+Blue) = 193+68+203=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 68 (26.95% from 255 or 14.66% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #C144CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C144CB is #3EBB34. Grayscale: #787878. Windows color (decimal): -4111157 or 13321409. OLE color: 13321409.

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

Color convert

RGB19368203-
CMYK0.050.6700.20
HSL295.56º56.49%53.14%-
HSV(B)295.56º66.5%79.61%-
XYZ34.8419.7858.48-
YUV120.76174.41179.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.59%
GREEN value IS 68 (26.95% from 255) = 14.66%
BLUE value IS 203 (79.69% from 255) = 43.75%
R=41.59%
G=14.66%
B=43.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193682030.050.6700.20295.5656.4953.14
HexC144CB5430141283835
Octal30110431351030244507065
Binary110000011000100110010111011000011010100100101000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c144cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c144cb; }

 p { color: rgb(193,68,203); }

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

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

 a { background-color: rgb(193,68,203); }

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

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

 span { border-color: rgb(193,68,203); }

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