Html Css Color HEX #C01CF8 Electric Purple

📋 copy color: '#C01CF8'

red 192 ◦ green 28 ◦ blue 248

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

Shades of Electric Purple #C01CF8

Tints of Electric Purple #C01CF8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.98%

 BLUE value IS 248 (97.27% from 255) = 52.99%

R = 41.03%
G = 5.98%
B = 52.99%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C01CF8 (or 0xC01CF8) is known color: Electric Purple. HEX triplet: C0, 1C and F8. RGB value is (192,28,248). Sum of RGB (Red+Green+Blue) = 192+28+248=468 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.03% from 468); Green value is 28 (11.33% from 255 or 5.98% from 468); Blue value is 248 (97.27% from 255 or 52.99% from 468); Max value from RGB is 248 - color contains mainly: blue. Hex color #C01CF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C01CF8 is #3FE307. Grayscale: #656565. Windows color (decimal): -4186888 or 16260288. OLE color: 16260288.

HSL color Cylindrical-coordinate representation of color #C01CF8: hue angle of 284.73º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C01CF8 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 28 248 -
CMYK 0.23 0.89 0 0.03
HSL 284.73º 0.94% 0.54% -
HSV(B) 284.73º 0.89% 0.97% -
XYZ 39.1 18.81 90.38 -
YUV 102.12 210.33 192.11 -
System Red Green Blue C M Y K H S L
Decimal 192 28 248 0.23 0.89 0 0.03 284.73 0.94 0.54
Hex C0 1C F8 17 59 0 3 11D 5E 36
Octal 300 34 370 27 131 0 3 435 136 66
Binary 11000000 11100 11111000 10111 1011001 0 11 100011101 1011110 110110

Color Harmonies of #C01CF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C01CF8

Black with #C01CF8

Text Example


Text Example

White with #C01CF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C01CF8; }

 p { color: rgb(192,28,248); }

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

background-color css

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

 a { background-color: rgb(192,28,248); }

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

border-color css

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

 span { border-color: rgb(192,28,248); }

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