Html Css Color HEX #C00FED Electric Purple

📋 copy color: '#C00FED'

red 192 ◦ green 15 ◦ blue 237

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

Shades of Electric Purple #C00FED

Tints of Electric Purple #C00FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 53.38%

R = 43.24%
G = 3.38%
B = 53.38%

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

#C00FED (or 0xC00FED) is known color: Electric Purple. HEX triplet: C0, 0F and ED. RGB value is (192,15,237). Sum of RGB (Red+Green+Blue) = 192+15+237=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 237 (92.97% from 255 or 53.38% from 444); Max value from RGB is 237 - color contains mainly: blue. Hex color #C00FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C00FED is #3FF012. Grayscale: #5C5C5C. Windows color (decimal): -4190227 or 15536064. OLE color: 15536064.

HSL color Cylindrical-coordinate representation of color #C00FED: hue angle of 287.84º 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 #C00FED is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 192 15 237 -
CMYK 0.19 0.94 0 0.07
HSL 287.84º 0.88% 0.49% -
HSV(B) 287.84º 0.94% 0.93% -
XYZ 37.2 17.66 81.57 -
YUV 93.23 209.14 198.45 -
System Red Green Blue C M Y K H S L
Decimal 192 15 237 0.19 0.94 0 0.07 287.84 0.88 0.49
Hex C0 F ED 13 5E 0 7 120 58 31
Octal 300 17 355 23 136 0 7 440 130 61
Binary 11000000 1111 11101101 10011 1011110 0 111 100100000 1011000 110001

Color Harmonies of #C00FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C00FED

Black with #C00FED

Text Example


Text Example

White with #C00FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C00FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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