Html Css Color HEX #C900FC Electric Purple

📋 copy color: '#C900FC'

red 201 ◦ green 0 ◦ blue 252

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

Shades of Electric Purple #C900FC

Tints of Electric Purple #C900FC

RGB

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

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

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

R = 44.37%
G = 0%
B = 55.63%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C900FC (or 0xC900FC) is known color: Electric Purple. HEX triplet: C9, 00 and FC. RGB value is (201,0,252). Sum of RGB (Red+Green+Blue) = 201+0+252=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 0 (0.39% from 255 or 0% from 453); Blue value is 252 (98.83% from 255 or 55.63% from 453); Max value from RGB is 252 - color contains mainly: blue. Hex color #C900FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C900FC is #36FF03. Grayscale: #585858. Windows color (decimal): -3604228 or 16515273. OLE color: 16515273.

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

Color convert

RGB 201 0 252 -
CMYK 0.20 1 0 0.01
HSL 287.86º 1% 0.49% -
HSV(B) 287.86º 1% 0.99% -
XYZ 41.66 19.45 93.65 -
YUV 88.83 220.09 208.01 -
System Red Green Blue C M Y K H S L
Decimal 201 0 252 0.20 1 0 0.01 287.86 1 0.49
Hex C9 0 FC 14 64 0 1 120 64 31
Octal 311 0 374 24 144 0 1 440 144 61
Binary 11001001 0 11111100 10100 1100100 0 1 100100000 1100100 110001

Color Harmonies of #C900FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900FC

Black with #C900FC

Text Example


Text Example

White with #C900FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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