#c133cd

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

Shades of Fuchsia #C133CD

Tints of Fuchsia #C133CD

Color information

#C133CD (or 0xC133CD) is unknown color: approx Fuchsia. HEX triplet: C1, 33 and CD. RGB value is (193,51,205). Sum of RGB (Red+Green+Blue) = 193+51+205=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 51 (20.31% from 255 or 11.36% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #C133CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C133CD is #3ECC32. Grayscale: #6E6E6E. Windows color (decimal): -4115507 or 13448129. OLE color: 13448129.

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

Color convert

RGB19351205-
CMYK0.060.7500.20
HSL295.32º60.63%50.2%-
HSV(B)295.32º75.12%80.39%-
XYZ34.218.1159.45-
YUV111.01181.04186.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.98%
GREEN value IS 51 (20.31% from 255) = 11.36%
BLUE value IS 205 (80.47% from 255) = 45.66%
R=42.98%
G=11.36%
B=45.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal193512050.060.7500.20295.3260.6350.2
HexC133CD64B0141273d32
Octal3016331561130244477562
Binary11000001110011110011011101001011010100100100111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c133cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c133cd; }

 p { color: rgb(193,51,205); }

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

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

 a { background-color: rgb(193,51,205); }

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

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

 span { border-color: rgb(193,51,205); }

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