Html Css Color HEX #C900FB Electric Purple

📋 copy color: '#C900FB'

red 201 ◦ green 0 ◦ blue 251

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

Shades of Electric Purple #C900FB

Tints of Electric Purple #C900FB

RGB

 RED value IS 201 (78.91% from 255) = 44.47%

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

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

R = 44.47%
G = 0%
B = 55.53%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C900FB (or 0xC900FB) is known color: Electric Purple. HEX triplet: C9, 00 and FB. RGB value is (201,0,251). Sum of RGB (Red+Green+Blue) = 201+0+251=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 0 (0.39% from 255 or 0% 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 #C900FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C900FB is #36FF04. Grayscale: #575757. Windows color (decimal): -3604229 or 16449737. OLE color: 16449737.

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

Color convert

RGB 201 0 251 -
CMYK 0.20 1 0 0.02
HSL 288.05º 1% 0.49% -
HSV(B) 288.05º 1% 0.98% -
XYZ 41.5 19.38 92.82 -
YUV 88.71 219.59 208.09 -
System Red Green Blue C M Y K H S L
Decimal 201 0 251 0.20 1 0 0.02 288.05 1 0.49
Hex C9 0 FB 14 64 0 2 120 64 31
Octal 311 0 373 24 144 0 2 440 144 61
Binary 11001001 0 11111011 10100 1100100 0 10 100100000 1100100 110001

Color Harmonies of #C900FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900FB

Black with #C900FB

Text Example


Text Example

White with #C900FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900FB; }

 p { color: rgb(201,0,251); }

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

background-color css

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

 a { background-color: rgb(201,0,251); }

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

border-color css

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

 span { border-color: rgb(201,0,251); }

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