#C044CB

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

Shades of Fuchsia #C044CB

Tints of Fuchsia #C044CB

Color information

#C044CB (or 0xC044CB) is unknown color: approx Fuchsia. HEX triplet: C0, 44 and CB. RGB value is (192,68,203). Sum of RGB (Red+Green+Blue) = 192+68+203=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 68 (26.95% from 255 or 14.69% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 203 - color contains mainly: blue. Hex color #C044CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C044CB is #3FBB34. Grayscale: #787878. Windows color (decimal): -4176693 or 13321408. OLE color: 13321408.

HSL color Cylindrical-coordinate representation of color #C044CB: hue angle of 295.11º 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 #C044CB is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB19268203-
CMYK0.050.6700.20
HSL295.11º56.49%53.14%-
HSV(B)295.11º66.5%79.61%-
XYZ34.5819.6558.47-
YUV120.47174.58179.02-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.47%
GREEN value IS 68 (26.95% from 255) = 14.69%
BLUE value IS 203 (79.69% from 255) = 43.84%
R=41.47%
G=14.69%
B=43.84%

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
Decimal192682030.050.6700.20295.1156.4953.14
HexC044CB5430141273835
Octal30010431351030244477065
Binary110000001000100110010111011000011010100100100111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C044CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C044CB; }

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

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

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

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

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

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

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

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