Html Css Color HEX #C01AEA Electric Purple

📋 copy color: '#C01AEA'

red 192 ◦ green 26 ◦ blue 234

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

Shades of Electric Purple #C01AEA

Tints of Electric Purple #C01AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.77%

R = 42.48%
G = 5.75%
B = 51.77%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C01AEA (or 0xC01AEA) is known color: Electric Purple. HEX triplet: C0, 1A and EA. RGB value is (192,26,234). Sum of RGB (Red+Green+Blue) = 192+26+234=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 26 (10.55% from 255 or 5.75% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #C01AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01AEA is #3FE515. Grayscale: #626262. Windows color (decimal): -4187414 or 15342272. OLE color: 15342272.

HSL color Cylindrical-coordinate representation of color #C01AEA: hue angle of 287.88º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01AEA is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 26 234 -
CMYK 0.18 0.89 0 0.08
HSL 287.88º 0.83% 0.51% -
HSV(B) 287.88º 0.89% 0.92% -
XYZ 36.96 17.89 79.35 -
YUV 99.35 204 194.09 -
System Red Green Blue C M Y K H S L
Decimal 192 26 234 0.18 0.89 0 0.08 287.88 0.83 0.51
Hex C0 1A EA 12 59 0 8 120 53 33
Octal 300 32 352 22 131 0 10 440 123 63
Binary 11000000 11010 11101010 10010 1011001 0 1000 100100000 1010011 110011

Color Harmonies of #C01AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01AEA

Black with #C01AEA

Text Example


Text Example

White with #C01AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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