Html Css Color HEX #C01AF5 Electric Purple

📋 copy color: '#C01AF5'

red 192 ◦ green 26 ◦ blue 245

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

Shades of Electric Purple #C01AF5

Tints of Electric Purple #C01AF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 52.92%

R = 41.47%
G = 5.62%
B = 52.92%

CMYK

 C value IS 0.22

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C01AF5 (or 0xC01AF5) is known color: Electric Purple. HEX triplet: C0, 1A and F5. RGB value is (192,26,245). Sum of RGB (Red+Green+Blue) = 192+26+245=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 26 (10.55% from 255 or 5.62% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #C01AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01AF5 is #3FE50A. Grayscale: #636363. Windows color (decimal): -4187403 or 16063168. OLE color: 16063168.

HSL color Cylindrical-coordinate representation of color #C01AF5: hue angle of 285.48º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01AF5 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 26 245 -
CMYK 0.22 0.89 0 0.04
HSL 285.48º 0.92% 0.53% -
HSV(B) 285.48º 0.89% 0.96% -
XYZ 38.59 18.54 87.93 -
YUV 100.6 209.5 193.19 -
System Red Green Blue C M Y K H S L
Decimal 192 26 245 0.22 0.89 0 0.04 285.48 0.92 0.53
Hex C0 1A F5 16 59 0 4 11D 5C 35
Octal 300 32 365 26 131 0 4 435 134 65
Binary 11000000 11010 11110101 10110 1011001 0 100 100011101 1011100 110101

Color Harmonies of #C01AF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01AF5

Black with #C01AF5

Text Example


Text Example

White with #C01AF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01AF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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