Html Css Color HEX #C912EC Electric Purple

📋 copy color: '#C912EC'

red 201 ◦ green 18 ◦ blue 236

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

Shades of Electric Purple #C912EC

Tints of Electric Purple #C912EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.87%

R = 44.18%
G = 3.96%
B = 51.87%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C912EC (or 0xC912EC) is known color: Electric Purple. HEX triplet: C9, 12 and EC. RGB value is (201,18,236). Sum of RGB (Red+Green+Blue) = 201+18+236=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #C912EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C912EC is #36ED13. Grayscale: #606060. Windows color (decimal): -3599636 or 15471305. OLE color: 15471305.

HSL color Cylindrical-coordinate representation of color #C912EC: hue angle of 290.37º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C912EC is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 18 236 -
CMYK 0.15 0.92 0 0.07
HSL 290.37º 0.86% 0.5% -
HSV(B) 290.37º 0.92% 0.93% -
XYZ 39.44 18.91 80.93 -
YUV 97.57 206.13 201.77 -
System Red Green Blue C M Y K H S L
Decimal 201 18 236 0.15 0.92 0 0.07 290.37 0.86 0.5
Hex C9 12 EC F 5C 0 7 122 56 32
Octal 311 22 354 17 134 0 7 442 126 62
Binary 11001001 10010 11101100 1111 1011100 0 111 100100010 1010110 110010

Color Harmonies of #C912EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C912EC

Black with #C912EC

Text Example


Text Example

White with #C912EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C912EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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