Html Css Color HEX #C92CEE Electric Purple

📋 copy color: '#C92CEE'

red 201 ◦ green 44 ◦ blue 238

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

Shades of Electric Purple #C92CEE

Tints of Electric Purple #C92CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.28%

R = 41.61%
G = 9.11%
B = 49.28%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C92CEE (or 0xC92CEE) is known color: Electric Purple. HEX triplet: C9, 2C and EE. RGB value is (201,44,238). Sum of RGB (Red+Green+Blue) = 201+44+238=483 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.61% from 483); Green value is 44 (17.58% from 255 or 9.11% from 483); Blue value is 238 (93.36% from 255 or 49.28% from 483); Max value from RGB is 238 - color contains mainly: blue. Hex color #C92CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92CEE is #36D311. Grayscale: #707070. Windows color (decimal): -3592978 or 15609033. OLE color: 15609033.

HSL color Cylindrical-coordinate representation of color #C92CEE: hue angle of 288.56º degrees, saturation: 0.85, 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 #C92CEE is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 44 238 -
CMYK 0.16 0.82 0 0.07
HSL 288.56º 0.85% 0.55% -
HSV(B) 288.56º 0.82% 0.93% -
XYZ 40.42 20.39 82.69 -
YUV 113.06 198.51 190.73 -
System Red Green Blue C M Y K H S L
Decimal 201 44 238 0.16 0.82 0 0.07 288.56 0.85 0.55
Hex C9 2C EE 10 52 0 7 121 55 37
Octal 311 54 356 20 122 0 7 441 125 67
Binary 11001001 101100 11101110 10000 1010010 0 111 100100001 1010101 110111

Color Harmonies of #C92CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92CEE

Black with #C92CEE

Text Example


Text Example

White with #C92CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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