Html Css Color HEX #C01AEE Electric Purple

📋 copy color: '#C01AEE'

red 192 ◦ green 26 ◦ blue 238

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

Shades of Electric Purple #C01AEE

Tints of Electric Purple #C01AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.19%

R = 42.11%
G = 5.7%
B = 52.19%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C01AEE (or 0xC01AEE) is known color: Electric Purple. HEX triplet: C0, 1A and EE. RGB value is (192,26,238). Sum of RGB (Red+Green+Blue) = 192+26+238=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 26 (10.55% from 255 or 5.70% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #C01AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01AEE is #3FE511. Grayscale: #636363. Windows color (decimal): -4187410 or 15604416. OLE color: 15604416.

HSL color Cylindrical-coordinate representation of color #C01AEE: hue angle of 286.98º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01AEE is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 26 238 -
CMYK 0.19 0.89 0 0.07
HSL 286.98º 0.86% 0.52% -
HSV(B) 286.98º 0.89% 0.93% -
XYZ 37.54 18.12 82.41 -
YUV 99.8 206 193.76 -
System Red Green Blue C M Y K H S L
Decimal 192 26 238 0.19 0.89 0 0.07 286.98 0.86 0.52
Hex C0 1A EE 13 59 0 7 11F 56 34
Octal 300 32 356 23 131 0 7 437 126 64
Binary 11000000 11010 11101110 10011 1011001 0 111 100011111 1010110 110100

Color Harmonies of #C01AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01AEE

Black with #C01AEE

Text Example


Text Example

White with #C01AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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