#C151CC

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

Shades of Fuchsia #C151CC

Tints of Fuchsia #C151CC

Color information

#C151CC (or 0xC151CC) is unknown color: approx Fuchsia. HEX triplet: C1, 51 and CC. RGB value is (193,81,204). Sum of RGB (Red+Green+Blue) = 193+81+204=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #C151CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C151CC is #3EAE33. Grayscale: #808080. Windows color (decimal): -4107828 or 13390273. OLE color: 13390273.

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

Color convert

RGB19381204-
CMYK0.050.6000.2
HSL294.63º54.67%55.88%-
HSV(B)294.63º60.29%80%-
XYZ35.8321.5859.4-
YUV128.51170.61174-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.38%
GREEN value IS 81 (32.03% from 255) = 16.95%
BLUE value IS 204 (80.08% from 255) = 42.68%
R=40.38%
G=16.95%
B=42.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal193812040.050.6000.2294.6354.6755.88
HexC151CC53C0141273738
Octal3011213145740244476770
Binary11000001101000111001100101111100010100100100111110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C151CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C151CC; }

 p { color: rgb(193,81,204); }

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

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

 a { background-color: rgb(193,81,204); }

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

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

 span { border-color: rgb(193,81,204); }

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