Html Css Color HEX #C92BEA Electric Purple

📋 copy color: '#C92BEA'

red 201 ◦ green 43 ◦ blue 234

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

Shades of Electric Purple #C92BEA

Tints of Electric Purple #C92BEA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9%

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

R = 42.05%
G = 9%
B = 48.95%

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

#C92BEA (or 0xC92BEA) is known color: Electric Purple. HEX triplet: C9, 2B and EA. RGB value is (201,43,234). Sum of RGB (Red+Green+Blue) = 201+43+234=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 43 (17.19% from 255 or 9.00% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #C92BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92BEA is #36D415. Grayscale: #6F6F6F. Windows color (decimal): -3593238 or 15346633. OLE color: 15346633.

HSL color Cylindrical-coordinate representation of color #C92BEA: hue angle of 289.63º 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 #C92BEA is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 43 234 -
CMYK 0.14 0.82 0 0.08
HSL 289.63º 0.82% 0.54% -
HSV(B) 289.63º 0.82% 0.92% -
XYZ 39.8 20.09 79.62 -
YUV 112.02 196.85 191.47 -
System Red Green Blue C M Y K H S L
Decimal 201 43 234 0.14 0.82 0 0.08 289.63 0.82 0.54
Hex C9 2B EA E 52 0 8 122 52 36
Octal 311 53 352 16 122 0 10 442 122 66
Binary 11001001 101011 11101010 1110 1010010 0 1000 100100010 1010010 110110

Color Harmonies of #C92BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92BEA

Black with #C92BEA

Text Example


Text Example

White with #C92BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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