Html Css Color HEX #C800EF Electric Purple

📋 copy color: '#C800EF'

red 200 ◦ green 0 ◦ blue 239

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

Shades of Electric Purple #C800EF

Tints of Electric Purple #C800EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.44%

R = 45.56%
G = 0%
B = 54.44%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C800EF (or 0xC800EF) is known color: Electric Purple. HEX triplet: C8, 00 and EF. RGB value is (200,0,239). Sum of RGB (Red+Green+Blue) = 200+0+239=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 0 (0.39% from 255 or 0% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #C800EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C800EF is #37FF10. Grayscale: #565656. Windows color (decimal): -3669777 or 15663304. OLE color: 15663304.

HSL color Cylindrical-coordinate representation of color #C800EF: hue angle of 290.21º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C800EF is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 200 0 239 -
CMYK 0.16 1 0 0.06
HSL 290.21º 1% 0.47% -
HSV(B) 290.21º 1% 0.94% -
XYZ 39.4 18.51 83.16 -
YUV 87.05 213.76 208.57 -
System Red Green Blue C M Y K H S L
Decimal 200 0 239 0.16 1 0 0.06 290.21 1 0.47
Hex C8 0 EF 10 64 0 6 122 64 2F
Octal 310 0 357 20 144 0 6 442 144 57
Binary 11001000 0 11101111 10000 1100100 0 110 100100010 1100100 101111

Color Harmonies of #C800EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C800EF

Black with #C800EF

Text Example


Text Example

White with #C800EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C800EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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