#C133FF

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

Shades of Electric Purple #C133FF

Tints of Electric Purple #C133FF

Color information

#C133FF (or 0xC133FF) is unknown color: approx Electric Purple. HEX triplet: C1, 33 and FF. RGB value is (193,51,255). Sum of RGB (Red+Green+Blue) = 193+51+255=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 51 (20.31% from 255 or 10.22% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #C133FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C133FF is #3ECC00. Grayscale: #747474. Windows color (decimal): -4115457 or 16724929. OLE color: 16724929.

HSL color Cylindrical-coordinate representation of color #C133FF: hue angle of 281.76º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C133FF is Cyan = 0.24, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19351255-
CMYK0.240.800
HSL281.76º100%60%-
HSV(B)281.76º80%100%-
XYZ41.2320.9396.47-
YUV116.71206.04182.41-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 38.68%
GREEN value IS 51 (20.31% from 255) = 10.22%
BLUE value IS 255 (100% from 255) = 51.10%
R=38.68%
G=10.22%
B=51.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal193512550.240.800281.7610060
HexC133FF18500011a643c
Octal30163377301200043214474
Binary1100000111001111111111110001010000001000110101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C133FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C133FF; }

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

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

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

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

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

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

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

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