Html Css Color HEX #C00FFE Electric Purple

📋 copy color: '#C00FFE'

red 192 ◦ green 15 ◦ blue 254

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

Shades of Electric Purple #C00FFE

Tints of Electric Purple #C00FFE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.25%

 BLUE value IS 254 (99.61% from 255) = 55.1%

R = 41.65%
G = 3.25%
B = 55.1%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C00FFE (or 0xC00FFE) is known color: Electric Purple. HEX triplet: C0, 0F and FE. RGB value is (192,15,254). Sum of RGB (Red+Green+Blue) = 192+15+254=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 254 (99.61% from 255 or 55.10% from 461); Max value from RGB is 254 - color contains mainly: blue. Hex color #C00FFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00FFE is #3FF001. Grayscale: #5E5E5E. Windows color (decimal): -4190210 or 16650176. OLE color: 16650176.

HSL color Cylindrical-coordinate representation of color #C00FFE: hue angle of 284.44º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00FFE is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 15 254 -
CMYK 0.24 0.94 0 0.00
HSL 284.44º 0.99% 0.53% -
HSV(B) 284.44º 0.94% 1% -
XYZ 39.8 18.7 95.28 -
YUV 95.17 217.64 197.07 -
System Red Green Blue C M Y K H S L
Decimal 192 15 254 0.24 0.94 0 0.00 284.44 0.99 0.53
Hex C0 F FE 18 5E 0 0 11C 63 35
Octal 300 17 376 30 136 0 0 434 143 65
Binary 11000000 1111 11111110 11000 1011110 0 0 100011100 1100011 110101

Color Harmonies of #C00FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00FFE

Black with #C00FFE

Text Example


Text Example

White with #C00FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00FFE; }

 p { color: rgb(192,15,254); }

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

background-color css

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

 a { background-color: rgb(192,15,254); }

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

border-color css

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

 span { border-color: rgb(192,15,254); }

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