Html Css Color HEX #C912FC Electric Purple

📋 copy color: '#C912FC'

red 201 ◦ green 18 ◦ blue 252

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

Shades of Electric Purple #C912FC

Tints of Electric Purple #C912FC

RGB

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

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

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

R = 42.68%
G = 3.82%
B = 53.5%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C912FC (or 0xC912FC) is known color: Electric Purple. HEX triplet: C9, 12 and FC. RGB value is (201,18,252). Sum of RGB (Red+Green+Blue) = 201+18+252=471 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.68% from 471); Green value is 18 (7.42% from 255 or 3.82% from 471); Blue value is 252 (98.83% from 255 or 53.50% from 471); Max value from RGB is 252 - color contains mainly: blue. Hex color #C912FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C912FC is #36ED03. Grayscale: #626262. Windows color (decimal): -3599620 or 16519881. OLE color: 16519881.

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

Color convert

RGB 201 18 252 -
CMYK 0.20 0.93 0 0.01
HSL 286.92º 0.98% 0.53% -
HSV(B) 286.92º 0.93% 0.99% -
XYZ 41.87 19.88 93.73 -
YUV 99.39 214.13 200.47 -
System Red Green Blue C M Y K H S L
Decimal 201 18 252 0.20 0.93 0 0.01 286.92 0.98 0.53
Hex C9 12 FC 14 5D 0 1 11F 62 35
Octal 311 22 374 24 135 0 1 437 142 65
Binary 11001001 10010 11111100 10100 1011101 0 1 100011111 1100010 110101

Color Harmonies of #C912FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C912FC

Black with #C912FC

Text Example


Text Example

White with #C912FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C912FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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