Html Css Color HEX #C01AEF Electric Purple

📋 copy color: '#C01AEF'

red 192 ◦ green 26 ◦ blue 239

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

Shades of Electric Purple #C01AEF

Tints of Electric Purple #C01AEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.3%

R = 42.01%
G = 5.69%
B = 52.3%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C01AEF (or 0xC01AEF) is known color: Electric Purple. HEX triplet: C0, 1A and EF. RGB value is (192,26,239). Sum of RGB (Red+Green+Blue) = 192+26+239=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 26 (10.55% from 255 or 5.69% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #C01AEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01AEF is #3FE510. Grayscale: #636363. Windows color (decimal): -4187409 or 15669952. OLE color: 15669952.

HSL color Cylindrical-coordinate representation of color #C01AEF: hue angle of 286.76º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01AEF is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 26 239 -
CMYK 0.20 0.89 0 0.06
HSL 286.76º 0.87% 0.52% -
HSV(B) 286.76º 0.89% 0.94% -
XYZ 37.69 18.18 83.18 -
YUV 99.92 206.5 193.68 -
System Red Green Blue C M Y K H S L
Decimal 192 26 239 0.20 0.89 0 0.06 286.76 0.87 0.52
Hex C0 1A EF 14 59 0 6 11F 57 34
Octal 300 32 357 24 131 0 6 437 127 64
Binary 11000000 11010 11101111 10100 1011001 0 110 100011111 1010111 110100

Color Harmonies of #C01AEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01AEF

Black with #C01AEF

Text Example


Text Example

White with #C01AEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01AEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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