Html Css Color HEX #C92CEB Electric Purple

📋 copy color: '#C92CEB'

red 201 ◦ green 44 ◦ blue 235

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

Shades of Electric Purple #C92CEB

Tints of Electric Purple #C92CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.96%

R = 41.88%
G = 9.17%
B = 48.96%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C92CEB (or 0xC92CEB) is known color: Electric Purple. HEX triplet: C9, 2C and EB. RGB value is (201,44,235). Sum of RGB (Red+Green+Blue) = 201+44+235=480 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.88% from 480); Green value is 44 (17.58% from 255 or 9.17% from 480); Blue value is 235 (92.19% from 255 or 48.96% from 480); Max value from RGB is 235 - color contains mainly: blue. Hex color #C92CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92CEB is #36D314. Grayscale: #707070. Windows color (decimal): -3592981 or 15412425. OLE color: 15412425.

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

Color convert

RGB 201 44 235 -
CMYK 0.14 0.81 0 0.08
HSL 289.32º 0.83% 0.55% -
HSV(B) 289.32º 0.81% 0.92% -
XYZ 39.98 20.22 80.39 -
YUV 112.72 197.01 190.97 -
System Red Green Blue C M Y K H S L
Decimal 201 44 235 0.14 0.81 0 0.08 289.32 0.83 0.55
Hex C9 2C EB E 51 0 8 121 53 37
Octal 311 54 353 16 121 0 10 441 123 67
Binary 11001001 101100 11101011 1110 1010001 0 1000 100100001 1010011 110111

Color Harmonies of #C92CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92CEB

Black with #C92CEB

Text Example


Text Example

White with #C92CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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