Html Css Color HEX #C800EA Electric Purple

📋 copy color: '#C800EA'

red 200 ◦ green 0 ◦ blue 234

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

Shades of Electric Purple #C800EA

Tints of Electric Purple #C800EA

RGB

 RED value IS 200 (78.52% from 255) = 46.08%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 53.92%

R = 46.08%
G = 0%
B = 53.92%

CMYK

 C value IS 0.15

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C800EA (or 0xC800EA) is known color: Electric Purple. HEX triplet: C8, 00 and EA. RGB value is (200,0,234). Sum of RGB (Red+Green+Blue) = 200+0+234=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #C800EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C800EA is #37FF15. Grayscale: #555555. Windows color (decimal): -3669782 or 15335624. OLE color: 15335624.

HSL color Cylindrical-coordinate representation of color #C800EA: hue angle of 291.28º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C800EA is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 200 0 234 -
CMYK 0.15 1 0 0.08
HSL 291.28º 1% 0.46% -
HSV(B) 291.28º 1% 0.92% -
XYZ 38.67 18.22 79.32 -
YUV 86.48 211.26 208.97 -
System Red Green Blue C M Y K H S L
Decimal 200 0 234 0.15 1 0 0.08 291.28 1 0.46
Hex C8 0 EA F 64 0 8 123 64 2E
Octal 310 0 352 17 144 0 10 443 144 56
Binary 11001000 0 11101010 1111 1100100 0 1000 100100011 1100100 101110

Color Harmonies of #C800EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C800EA

Black with #C800EA

Text Example


Text Example

White with #C800EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C800EA; }

 p { color: rgb(200,0,234); }

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

background-color css

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

 a { background-color: rgb(200,0,234); }

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

border-color css

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

 span { border-color: rgb(200,0,234); }

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