Html Css Color HEX #C00FEC Electric Purple

📋 copy color: '#C00FEC'

red 192 ◦ green 15 ◦ blue 236

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

Shades of Electric Purple #C00FEC

Tints of Electric Purple #C00FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 53.27%

R = 43.34%
G = 3.39%
B = 53.27%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C00FEC (or 0xC00FEC) is known color: Electric Purple. HEX triplet: C0, 0F and EC. RGB value is (192,15,236). Sum of RGB (Red+Green+Blue) = 192+15+236=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #C00FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00FEC is #3FF013. Grayscale: #5C5C5C. Windows color (decimal): -4190228 or 15470528. OLE color: 15470528.

HSL color Cylindrical-coordinate representation of color #C00FEC: hue angle of 288.05º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C00FEC is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 15 236 -
CMYK 0.19 0.94 0 0.07
HSL 288.05º 0.88% 0.49% -
HSV(B) 288.05º 0.94% 0.93% -
XYZ 37.05 17.6 80.8 -
YUV 93.12 208.64 198.53 -
System Red Green Blue C M Y K H S L
Decimal 192 15 236 0.19 0.94 0 0.07 288.05 0.88 0.49
Hex C0 F EC 13 5E 0 7 120 58 31
Octal 300 17 354 23 136 0 7 440 130 61
Binary 11000000 1111 11101100 10011 1011110 0 111 100100000 1011000 110001

Color Harmonies of #C00FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00FEC

Black with #C00FEC

Text Example


Text Example

White with #C00FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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