Html Css Color HEX #C01AFA Electric Purple

📋 copy color: '#C01AFA'

red 192 ◦ green 26 ◦ blue 250

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

Shades of Electric Purple #C01AFA

Tints of Electric Purple #C01AFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 53.42%

R = 41.03%
G = 5.56%
B = 53.42%

CMYK

 C value IS 0.23

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C01AFA (or 0xC01AFA) is known color: Electric Purple. HEX triplet: C0, 1A and FA. RGB value is (192,26,250). Sum of RGB (Red+Green+Blue) = 192+26+250=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 26 (10.55% from 255 or 5.56% from 468); Blue value is 250 (98.05% from 255 or 53.42% from 468); Max value from RGB is 250 - color contains mainly: blue. Hex color #C01AFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01AFA is #3FE505. Grayscale: #646464. Windows color (decimal): -4187398 or 16390848. OLE color: 16390848.

HSL color Cylindrical-coordinate representation of color #C01AFA: hue angle of 284.46º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C01AFA is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 26 250 -
CMYK 0.23 0.90 0 0.02
HSL 284.46º 0.96% 0.54% -
HSV(B) 284.46º 0.9% 0.98% -
XYZ 39.36 18.85 92.01 -
YUV 101.17 212 192.79 -
System Red Green Blue C M Y K H S L
Decimal 192 26 250 0.23 0.90 0 0.02 284.46 0.96 0.54
Hex C0 1A FA 17 5A 0 2 11C 60 36
Octal 300 32 372 27 132 0 2 434 140 66
Binary 11000000 11010 11111010 10111 1011010 0 10 100011100 1100000 110110

Color Harmonies of #C01AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01AFA

Black with #C01AFA

Text Example


Text Example

White with #C01AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01AFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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