Html Css Color HEX #C914FC Electric Purple

📋 copy color: '#C914FC'

red 201 ◦ green 20 ◦ blue 252

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

Shades of Electric Purple #C914FC

Tints of Electric Purple #C914FC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.23%

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

R = 42.49%
G = 4.23%
B = 53.28%

CMYK

 C value IS 0.20

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C914FC (or 0xC914FC) is known color: Electric Purple. HEX triplet: C9, 14 and FC. RGB value is (201,20,252). Sum of RGB (Red+Green+Blue) = 201+20+252=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 20 (8.20% from 255 or 4.23% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #C914FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C914FC is #36EB03. Grayscale: #636363. Windows color (decimal): -3599108 or 16520393. OLE color: 16520393.

HSL color Cylindrical-coordinate representation of color #C914FC: hue angle of 286.81º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C914FC is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 20 252 -
CMYK 0.20 0.92 0 0.01
HSL 286.81º 0.97% 0.53% -
HSV(B) 286.81º 0.92% 0.99% -
XYZ 41.91 19.95 93.74 -
YUV 100.57 213.47 199.64 -
System Red Green Blue C M Y K H S L
Decimal 201 20 252 0.20 0.92 0 0.01 286.81 0.97 0.53
Hex C9 14 FC 14 5C 0 1 11F 61 35
Octal 311 24 374 24 134 0 1 437 141 65
Binary 11001001 10100 11111100 10100 1011100 0 1 100011111 1100001 110101

Color Harmonies of #C914FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C914FC

Black with #C914FC

Text Example


Text Example

White with #C914FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C914FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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