Html Css Color HEX #C92CEF Electric Purple

📋 copy color: '#C92CEF'

red 201 ◦ green 44 ◦ blue 239

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

Shades of Electric Purple #C92CEF

Tints of Electric Purple #C92CEF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.09%

 BLUE value IS 239 (93.75% from 255) = 49.38%

R = 41.53%
G = 9.09%
B = 49.38%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C92CEF (or 0xC92CEF) is known color: Electric Purple. HEX triplet: C9, 2C and EF. RGB value is (201,44,239). Sum of RGB (Red+Green+Blue) = 201+44+239=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 44 (17.58% from 255 or 9.09% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #C92CEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92CEF is #36D310. Grayscale: #707070. Windows color (decimal): -3592977 or 15674569. OLE color: 15674569.

HSL color Cylindrical-coordinate representation of color #C92CEF: hue angle of 288.31º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92CEF is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 44 239 -
CMYK 0.16 0.82 0 0.06
HSL 288.31º 0.86% 0.55% -
HSV(B) 288.31º 0.82% 0.94% -
XYZ 40.57 20.45 83.47 -
YUV 113.17 199.01 190.64 -
System Red Green Blue C M Y K H S L
Decimal 201 44 239 0.16 0.82 0 0.06 288.31 0.86 0.55
Hex C9 2C EF 10 52 0 6 120 56 37
Octal 311 54 357 20 122 0 6 440 126 67
Binary 11001001 101100 11101111 10000 1010010 0 110 100100000 1010110 110111

Color Harmonies of #C92CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92CEF

Black with #C92CEF

Text Example


Text Example

White with #C92CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92CEF; }

 p { color: rgb(201,44,239); }

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

background-color css

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

 a { background-color: rgb(201,44,239); }

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

border-color css

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

 span { border-color: rgb(201,44,239); }

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