Html Css Color HEX #C800FC Electric Purple

📋 copy color: '#C800FC'

red 200 ◦ green 0 ◦ blue 252

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

Shades of Electric Purple #C800FC

Tints of Electric Purple #C800FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.75%

R = 44.25%
G = 0%
B = 55.75%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C800FC (or 0xC800FC) is known color: Electric Purple. HEX triplet: C8, 00 and FC. RGB value is (200,0,252). Sum of RGB (Red+Green+Blue) = 200+0+252=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 0 (0.39% from 255 or 0% from 452); Blue value is 252 (98.83% from 255 or 55.75% from 452); Max value from RGB is 252 - color contains mainly: blue. Hex color #C800FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C800FC is #37FF03. Grayscale: #575757. Windows color (decimal): -3669764 or 16515272. OLE color: 16515272.

HSL color Cylindrical-coordinate representation of color #C800FC: hue angle of 287.62º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C800FC is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 200 0 252 -
CMYK 0.21 1 0 0.01
HSL 287.62º 1% 0.49% -
HSV(B) 287.62º 1% 0.99% -
XYZ 41.39 19.31 93.64 -
YUV 88.53 220.26 207.51 -
System Red Green Blue C M Y K H S L
Decimal 200 0 252 0.21 1 0 0.01 287.62 1 0.49
Hex C8 0 FC 15 64 0 1 120 64 31
Octal 310 0 374 25 144 0 1 440 144 61
Binary 11001000 0 11111100 10101 1100100 0 1 100100000 1100100 110001

Color Harmonies of #C800FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C800FC

Black with #C800FC

Text Example


Text Example

White with #C800FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C800FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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