#C045CB

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

Shades of Fuchsia #C045CB

Tints of Fuchsia #C045CB

Color information

#C045CB (or 0xC045CB) is unknown color: approx Fuchsia. HEX triplet: C0, 45 and CB. RGB value is (192,69,203). Sum of RGB (Red+Green+Blue) = 192+69+203=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 69 (27.34% from 255 or 14.87% 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 #C045CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C045CB is #3FBA34. Grayscale: #787878. Windows color (decimal): -4176437 or 13321664. OLE color: 13321664.

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

Color convert

RGB19269203-
CMYK0.050.6600.20
HSL295.07º56.3%53.33%-
HSV(B)295.07º66.01%79.61%-
XYZ34.6519.7758.49-
YUV121.05174.25178.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.38%
GREEN value IS 69 (27.34% from 255) = 14.87%
BLUE value IS 203 (79.69% from 255) = 43.75%
R=41.38%
G=14.87%
B=43.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal192692030.050.6600.20295.0756.353.33
HexC045CB5420141273835
Octal30010531351020244477065
Binary110000001000101110010111011000010010100100100111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C045CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C045CB; }

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

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

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

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

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

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

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

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