#C14CCB

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

Shades of Fuchsia #C14CCB

Tints of Fuchsia #C14CCB

Color information

#C14CCB (or 0xC14CCB) is unknown color: approx Fuchsia. HEX triplet: C1, 4C and CB. RGB value is (193,76,203). Sum of RGB (Red+Green+Blue) = 193+76+203=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #C14CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C14CCB is #3EB334. Grayscale: #7D7D7D. Windows color (decimal): -4109109 or 13323457. OLE color: 13323457.

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

Color convert

RGB19376203-
CMYK0.050.6300.20
HSL295.28º54.98%54.71%-
HSV(B)295.28º62.56%79.61%-
XYZ35.3620.8258.65-
YUV125.46171.76176.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.89%
GREEN value IS 76 (30.08% from 255) = 16.10%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=40.89%
G=16.10%
B=43.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193762030.050.6300.20295.2854.9854.71
HexC14CCB53F0141273737
Octal3011143135770244476767
Binary11000001100110011001011101111111010100100100111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14CCB; }

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

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

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

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

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

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

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

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