#C135CB

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

Shades of Fuchsia #C135CB

Tints of Fuchsia #C135CB

Color information

#C135CB (or 0xC135CB) is unknown color: approx Fuchsia. HEX triplet: C1, 35 and CB. RGB value is (193,53,203). Sum of RGB (Red+Green+Blue) = 193+53+203=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 53 (21.09% from 255 or 11.80% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 203 - color contains mainly: blue. Hex color #C135CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C135CB is #3ECA34. Grayscale: #6F6F6F. Windows color (decimal): -4114997 or 13317569. OLE color: 13317569.

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

Color convert

RGB19353203-
CMYK0.050.7400.20
HSL296º59.06%50.2%-
HSV(B)296º73.89%79.61%-
XYZ34.0418.258.22-
YUV111.96179.38185.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.98%
GREEN value IS 53 (21.09% from 255) = 11.80%
BLUE value IS 203 (79.69% from 255) = 45.21%
R=42.98%
G=11.80%
B=45.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193532030.050.7400.2029659.0650.2
HexC135CB54A0141283b32
Octal3016531351120244507362
Binary11000001110101110010111011001010010100100101000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C135CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C135CB; }

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

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

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

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

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

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

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

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