Html Css Color HEX #C01AFE Electric Purple

📋 copy color: '#C01AFE'

red 192 ◦ green 26 ◦ blue 254

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

Shades of Electric Purple #C01AFE

Tints of Electric Purple #C01AFE

RGB

 RED value IS 192 (75.39% from 255) = 40.68%

 GREEN value IS 26 (10.55% from 255) = 5.51%

 BLUE value IS 254 (99.61% from 255) = 53.81%

R = 40.68%
G = 5.51%
B = 53.81%

CMYK

 C value IS 0.24

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C01AFE (or 0xC01AFE) is known color: Electric Purple. HEX triplet: C0, 1A and FE. RGB value is (192,26,254). Sum of RGB (Red+Green+Blue) = 192+26+254=472 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.68% from 472); Green value is 26 (10.55% from 255 or 5.51% from 472); Blue value is 254 (99.61% from 255 or 53.81% from 472); Max value from RGB is 254 - color contains mainly: blue. Hex color #C01AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01AFE is #3FE501. Grayscale: #646464. Windows color (decimal): -4187394 or 16652992. OLE color: 16652992.

HSL color Cylindrical-coordinate representation of color #C01AFE: hue angle of 283.68º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01AFE is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 26 254 -
CMYK 0.24 0.90 0 0.00
HSL 283.68º 0.99% 0.55% -
HSV(B) 283.68º 0.9% 1% -
XYZ 40 19.1 95.34 -
YUV 101.63 214 192.46 -
System Red Green Blue C M Y K H S L
Decimal 192 26 254 0.24 0.90 0 0.00 283.68 0.99 0.55
Hex C0 1A FE 18 5A 0 0 11C 63 37
Octal 300 32 376 30 132 0 0 434 143 67
Binary 11000000 11010 11111110 11000 1011010 0 0 100011100 1100011 110111

Color Harmonies of #C01AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01AFE

Black with #C01AFE

Text Example


Text Example

White with #C01AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01AFE; }

 p { color: rgb(192,26,254); }

 H1.HeaderClassName
 {
   color: #C01AFE;
 }
 .AnyTagClassName
 {
   color: #C01AFE;
 }
</style>

background-color css

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

 a { background-color: rgb(192,26,254); }

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

border-color css

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

 span { border-color: rgb(192,26,254); }

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