Html Css Color HEX #C912EA Electric Purple

📋 copy color: '#C912EA'

red 201 ◦ green 18 ◦ blue 234

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

Shades of Electric Purple #C912EA

Tints of Electric Purple #C912EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.66%

R = 44.37%
G = 3.97%
B = 51.66%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C912EA (or 0xC912EA) is known color: Electric Purple. HEX triplet: C9, 12 and EA. RGB value is (201,18,234). Sum of RGB (Red+Green+Blue) = 201+18+234=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 18 (7.42% from 255 or 3.97% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #C912EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C912EA is #36ED15. Grayscale: #606060. Windows color (decimal): -3599638 or 15340233. OLE color: 15340233.

HSL color Cylindrical-coordinate representation of color #C912EA: hue angle of 290.83º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C912EA is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 18 234 -
CMYK 0.14 0.92 0 0.08
HSL 290.83º 0.86% 0.49% -
HSV(B) 290.83º 0.92% 0.92% -
XYZ 39.15 18.79 79.41 -
YUV 97.34 205.13 201.94 -
System Red Green Blue C M Y K H S L
Decimal 201 18 234 0.14 0.92 0 0.08 290.83 0.86 0.49
Hex C9 12 EA E 5C 0 8 123 56 31
Octal 311 22 352 16 134 0 10 443 126 61
Binary 11001001 10010 11101010 1110 1011100 0 1000 100100011 1010110 110001

Color Harmonies of #C912EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C912EA

Black with #C912EA

Text Example


Text Example

White with #C912EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C912EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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