Html Css Color HEX #C121FF Electric Purple

📋 copy color: '#C121FF'

red 193 ◦ green 33 ◦ blue 255

#C121FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Purple #C121FF

Tints of Electric Purple #C121FF

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 value IS 0.24

 M value IS 0.87

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C121FF (or 0xC121FF) is known color: 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

RGB 193 33 255 -
CMYK 0.24 0.87 0 0
HSL 283.24º 1% 0.56% -
HSV(B) 283.24º 0.87% 1% -
XYZ 40.59 19.65 96.26 -
YUV 106.15 212.01 189.95 -
System Red Green Blue C M Y K H S L
Decimal 193 33 255 0.24 0.87 0 0 283.24 1 0.56
Hex C1 21 FF 18 57 0 0 11B 64 38
Octal 301 41 377 30 127 0 0 433 144 70
Binary 11000001 100001 11111111 11000 1010111 0 0 100011011 1100100 111000

Color Harmonies of #C121FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C121FF

Black with #C121FF

Text Example


Text Example

White with #C121FF

Text Example


Text Example

HTML Codes & Css Web 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>