Html Css Color HEX #C900FA Electric Purple

📋 copy color: '#C900FA'

red 201 ◦ green 0 ◦ blue 250

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

Shades of Electric Purple #C900FA

Tints of Electric Purple #C900FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.43%

R = 44.57%
G = 0%
B = 55.43%

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

#C900FA (or 0xC900FA) is known color: Electric Purple. HEX triplet: C9, 00 and FA. RGB value is (201,0,250). Sum of RGB (Red+Green+Blue) = 201+0+250=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 0 (0.39% from 255 or 0% from 451); Blue value is 250 (98.05% from 255 or 55.43% from 451); Max value from RGB is 250 - color contains mainly: blue. Hex color #C900FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C900FA is #36FF05. Grayscale: #575757. Windows color (decimal): -3604230 or 16384201. OLE color: 16384201.

HSL color Cylindrical-coordinate representation of color #C900FA: hue angle of 288.24º 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 #C900FA is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 0 250 -
CMYK 0.20 1 0 0.02
HSL 288.24º 1% 0.49% -
HSV(B) 288.24º 1% 0.98% -
XYZ 41.34 19.32 91.99 -
YUV 88.6 219.09 208.17 -
System Red Green Blue C M Y K H S L
Decimal 201 0 250 0.20 1 0 0.02 288.24 1 0.49
Hex C9 0 FA 14 64 0 2 120 64 31
Octal 311 0 372 24 144 0 2 440 144 61
Binary 11001001 0 11111010 10100 1100100 0 10 100100000 1100100 110001

Color Harmonies of #C900FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900FA

Black with #C900FA

Text Example


Text Example

White with #C900FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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