Html Css Color HEX #C92AEA Electric Purple

📋 copy color: '#C92AEA'

red 201 ◦ green 42 ◦ blue 234

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

Shades of Electric Purple #C92AEA

Tints of Electric Purple #C92AEA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.81%

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

R = 42.14%
G = 8.81%
B = 49.06%

CMYK

 C value IS 0.14

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C92AEA (or 0xC92AEA) is known color: Electric Purple. HEX triplet: C9, 2A and EA. RGB value is (201,42,234). Sum of RGB (Red+Green+Blue) = 201+42+234=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 42 (16.80% from 255 or 8.81% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #C92AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92AEA is #36D515. Grayscale: #6E6E6E. Windows color (decimal): -3593494 or 15346377. OLE color: 15346377.

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

Color convert

RGB 201 42 234 -
CMYK 0.14 0.82 0 0.08
HSL 289.69º 0.82% 0.54% -
HSV(B) 289.69º 0.82% 0.92% -
XYZ 39.77 20.01 79.61 -
YUV 111.43 197.18 191.89 -
System Red Green Blue C M Y K H S L
Decimal 201 42 234 0.14 0.82 0 0.08 289.69 0.82 0.54
Hex C9 2A EA E 52 0 8 122 52 36
Octal 311 52 352 16 122 0 10 442 122 66
Binary 11001001 101010 11101010 1110 1010010 0 1000 100100010 1010010 110110

Color Harmonies of #C92AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92AEA

Black with #C92AEA

Text Example


Text Example

White with #C92AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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