Html Css Color HEX #C01AFF Electric Purple

📋 copy color: '#C01AFF'

red 192 ◦ green 26 ◦ blue 255

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

Shades of Electric Purple #C01AFF

Tints of Electric Purple #C01AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 53.91%

R = 40.59%
G = 5.5%
B = 53.91%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C01AFF (or 0xC01AFF) is known color: Electric Purple. HEX triplet: C0, 1A and FF. RGB value is (192,26,255). Sum of RGB (Red+Green+Blue) = 192+26+255=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 26 (10.55% from 255 or 5.50% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #C01AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01AFF is #3FE500. Grayscale: #646464. Windows color (decimal): -4187393 or 16718528. OLE color: 16718528.

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

Color convert

RGB 192 26 255 -
CMYK 0.25 0.90 0 0
HSL 283.49º 1% 0.55% -
HSV(B) 283.49º 0.9% 1% -
XYZ 40.16 19.17 96.19 -
YUV 101.74 214.5 192.38 -
System Red Green Blue C M Y K H S L
Decimal 192 26 255 0.25 0.90 0 0 283.49 1 0.55
Hex C0 1A FF 19 5A 0 0 11B 64 37
Octal 300 32 377 31 132 0 0 433 144 67
Binary 11000000 11010 11111111 11001 1011010 0 0 100011011 1100100 110111

Color Harmonies of #C01AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01AFF

Black with #C01AFF

Text Example


Text Example

White with #C01AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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