Html Css Color HEX #C00EFF Electric Purple

📋 copy color: '#C00EFF'

red 192 ◦ green 14 ◦ blue 255

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

Shades of Electric Purple #C00EFF

Tints of Electric Purple #C00EFF

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.04%

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

R = 41.65%
G = 3.04%
B = 55.31%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C00EFF (or 0xC00EFF) is known color: Electric Purple. HEX triplet: C0, 0E and FF. RGB value is (192,14,255). Sum of RGB (Red+Green+Blue) = 192+14+255=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 14 (5.86% from 255 or 3.04% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #C00EFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00EFF is #3FF100. Grayscale: #5D5D5D. Windows color (decimal): -4190465 or 16715456. OLE color: 16715456.

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

Color convert

RGB 192 14 255 -
CMYK 0.25 0.95 0 0
HSL 284.32º 1% 0.53% -
HSV(B) 284.32º 0.95% 1% -
XYZ 39.95 18.74 96.12 -
YUV 94.7 218.47 197.4 -
System Red Green Blue C M Y K H S L
Decimal 192 14 255 0.25 0.95 0 0 284.32 1 0.53
Hex C0 E FF 19 5F 0 0 11C 64 35
Octal 300 16 377 31 137 0 0 434 144 65
Binary 11000000 1110 11111111 11001 1011111 0 0 100011100 1100100 110101

Color Harmonies of #C00EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00EFF

Black with #C00EFF

Text Example


Text Example

White with #C00EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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