Html Css Color HEX #C912FA Electric Purple

📋 copy color: '#C912FA'

red 201 ◦ green 18 ◦ blue 250

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

Shades of Electric Purple #C912FA

Tints of Electric Purple #C912FA

RGB

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

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

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

R = 42.86%
G = 3.84%
B = 53.3%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C912FA (or 0xC912FA) is known color: Electric Purple. HEX triplet: C9, 12 and FA. RGB value is (201,18,250). Sum of RGB (Red+Green+Blue) = 201+18+250=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 250 (98.05% from 255 or 53.30% from 469); Max value from RGB is 250 - color contains mainly: blue. Hex color #C912FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C912FA is #36ED05. Grayscale: #626262. Windows color (decimal): -3599622 or 16388809. OLE color: 16388809.

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

Color convert

RGB 201 18 250 -
CMYK 0.20 0.93 0 0.02
HSL 287.33º 0.96% 0.53% -
HSV(B) 287.33º 0.93% 0.98% -
XYZ 41.56 19.75 92.06 -
YUV 99.17 213.13 200.64 -
System Red Green Blue C M Y K H S L
Decimal 201 18 250 0.20 0.93 0 0.02 287.33 0.96 0.53
Hex C9 12 FA 14 5D 0 2 11F 60 35
Octal 311 22 372 24 135 0 2 437 140 65
Binary 11001001 10010 11111010 10100 1011101 0 10 100011111 1100000 110101

Color Harmonies of #C912FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C912FA

Black with #C912FA

Text Example


Text Example

White with #C912FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C912FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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