Html Css Color HEX #C912FE Electric Purple

📋 copy color: '#C912FE'

red 201 ◦ green 18 ◦ blue 254

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

Shades of Electric Purple #C912FE

Tints of Electric Purple #C912FE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.81%

 BLUE value IS 254 (99.61% from 255) = 53.7%

R = 42.49%
G = 3.81%
B = 53.7%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C912FE (or 0xC912FE) is known color: Electric Purple. HEX triplet: C9, 12 and FE. RGB value is (201,18,254). Sum of RGB (Red+Green+Blue) = 201+18+254=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 18 (7.42% from 255 or 3.81% from 473); Blue value is 254 (99.61% from 255 or 53.70% from 473); Max value from RGB is 254 - color contains mainly: blue. Hex color #C912FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C912FE is #36ED01. Grayscale: #626262. Windows color (decimal): -3599618 or 16650953. OLE color: 16650953.

HSL color Cylindrical-coordinate representation of color #C912FE: hue angle of 286.53º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C912FE is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 18 254 -
CMYK 0.21 0.93 0 0.00
HSL 286.53º 0.99% 0.53% -
HSV(B) 286.53º 0.93% 1% -
XYZ 42.19 20.01 95.4 -
YUV 99.62 215.13 200.31 -
System Red Green Blue C M Y K H S L
Decimal 201 18 254 0.21 0.93 0 0.00 286.53 0.99 0.53
Hex C9 12 FE 15 5D 0 0 11F 63 35
Octal 311 22 376 25 135 0 0 437 143 65
Binary 11001001 10010 11111110 10101 1011101 0 0 100011111 1100011 110101

Color Harmonies of #C912FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C912FE

Black with #C912FE

Text Example


Text Example

White with #C912FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C912FE; }

 p { color: rgb(201,18,254); }

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

background-color css

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

 a { background-color: rgb(201,18,254); }

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

border-color css

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

 span { border-color: rgb(201,18,254); }

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