#C121FF

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

Shades of Electric Purple #C121FF

Tints of Electric Purple #C121FF

Color information

#C121FF (or 0xC121FF) is unknown color: approx Electric Purple. HEX triplet: C1, 21 and FF. RGB value is (193,33,255). Sum of RGB (Red+Green+Blue) = 193+33+255=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 33 (13.28% from 255 or 6.86% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #C121FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C121FF is #3EDE00. Grayscale: #696969. Windows color (decimal): -4120065 or 16720321. OLE color: 16720321.

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

Color convert

RGB19333255-
CMYK0.240.8700
HSL283.24º100%56.47%-
HSV(B)283.24º87.06%100%-
XYZ40.5919.6596.26-
YUV106.15212.01189.95-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 40.12%
GREEN value IS 33 (13.28% from 255) = 6.86%
BLUE value IS 255 (100% from 255) = 53.01%
R=40.12%
G=6.86%
B=53.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal193332550.240.8700283.2410056.47
HexC121FF18570011b6438
Octal30141377301270043314470
Binary1100000110000111111111110001010111001000110111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C121FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C121FF; }

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

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

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

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

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

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

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

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