Html Css Color HEX #C92AEC Electric Purple

📋 copy color: '#C92AEC'

red 201 ◦ green 42 ◦ blue 236

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

Shades of Electric Purple #C92AEC

Tints of Electric Purple #C92AEC

RGB

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

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

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

R = 41.96%
G = 8.77%
B = 49.27%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C92AEC (or 0xC92AEC) is known color: Electric Purple. HEX triplet: C9, 2A and EC. RGB value is (201,42,236). Sum of RGB (Red+Green+Blue) = 201+42+236=479 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.96% from 479); Green value is 42 (16.80% from 255 or 8.77% from 479); Blue value is 236 (92.58% from 255 or 49.27% from 479); Max value from RGB is 236 - color contains mainly: blue. Hex color #C92AEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92AEC is #36D513. Grayscale: #6F6F6F. Windows color (decimal): -3593492 or 15477449. OLE color: 15477449.

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

Color convert

RGB 201 42 236 -
CMYK 0.15 0.82 0 0.07
HSL 289.18º 0.84% 0.55% -
HSV(B) 289.18º 0.82% 0.93% -
XYZ 40.06 20.13 81.13 -
YUV 111.66 198.18 191.73 -
System Red Green Blue C M Y K H S L
Decimal 201 42 236 0.15 0.82 0 0.07 289.18 0.84 0.55
Hex C9 2A EC F 52 0 7 121 54 37
Octal 311 52 354 17 122 0 7 441 124 67
Binary 11001001 101010 11101100 1111 1010010 0 111 100100001 1010100 110111

Color Harmonies of #C92AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92AEC

Black with #C92AEC

Text Example


Text Example

White with #C92AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92AEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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