Html Css Color HEX #C801FB Electric Purple

📋 copy color: '#C801FB'

red 200 ◦ green 1 ◦ blue 251

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

Shades of Electric Purple #C801FB

Tints of Electric Purple #C801FB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 251 (98.44% from 255) = 55.53%

R = 44.25%
G = 0.22%
B = 55.53%

CMYK

 C value IS 0.20

 M value IS 1.00

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C801FB (or 0xC801FB) is known color: Electric Purple. HEX triplet: C8, 01 and FB. RGB value is (200,1,251). Sum of RGB (Red+Green+Blue) = 200+1+251=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 1 (0.78% from 255 or 0.22% from 452); Blue value is 251 (98.44% from 255 or 55.53% from 452); Max value from RGB is 251 - color contains mainly: blue. Hex color #C801FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C801FB is #37FE04. Grayscale: #585858. Windows color (decimal): -3669509 or 16449992. OLE color: 16449992.

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

Color convert

RGB 200 1 251 -
CMYK 0.20 1.00 0 0.02
HSL 287.76º 0.99% 0.49% -
HSV(B) 287.76º 1% 0.98% -
XYZ 41.24 19.27 92.81 -
YUV 89 219.43 207.17 -
System Red Green Blue C M Y K H S L
Decimal 200 1 251 0.20 1.00 0 0.02 287.76 0.99 0.49
Hex C8 1 FB 14 64 0 2 120 63 31
Octal 310 1 373 24 144 0 2 440 143 61
Binary 11001000 1 11111011 10100 1100100 0 10 100100000 1100011 110001

Color Harmonies of #C801FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C801FB

Black with #C801FB

Text Example


Text Example

White with #C801FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C801FB; }

 p { color: rgb(200,1,251); }

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

background-color css

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

 a { background-color: rgb(200,1,251); }

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

border-color css

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

 span { border-color: rgb(200,1,251); }

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