Html Css Color HEX #C92EFB Electric Purple

📋 copy color: '#C92EFB'

red 201 ◦ green 46 ◦ blue 251

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

Shades of Electric Purple #C92EFB

Tints of Electric Purple #C92EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.24%

 BLUE value IS 251 (98.44% from 255) = 50.4%

R = 40.36%
G = 9.24%
B = 50.4%

CMYK

 C value IS 0.20

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C92EFB (or 0xC92EFB) is known color: Electric Purple. HEX triplet: C9, 2E and FB. RGB value is (201,46,251). Sum of RGB (Red+Green+Blue) = 201+46+251=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 46 (18.36% from 255 or 9.24% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #C92EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92EFB is #36D104. Grayscale: #737373. Windows color (decimal): -3592453 or 16461513. OLE color: 16461513.

HSL color Cylindrical-coordinate representation of color #C92EFB: hue angle of 285.37º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92EFB is Cyan = 0.20, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 201 46 251 -
CMYK 0.20 0.82 0 0.02
HSL 285.37º 0.96% 0.58% -
HSV(B) 285.37º 0.82% 0.98% -
XYZ 42.48 21.34 93.15 -
YUV 115.72 204.35 188.83 -
System Red Green Blue C M Y K H S L
Decimal 201 46 251 0.20 0.82 0 0.02 285.37 0.96 0.58
Hex C9 2E FB 14 52 0 2 11D 60 3A
Octal 311 56 373 24 122 0 2 435 140 72
Binary 11001001 101110 11111011 10100 1010010 0 10 100011101 1100000 111010

Color Harmonies of #C92EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92EFB

Black with #C92EFB

Text Example


Text Example

White with #C92EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92EFB; }

 p { color: rgb(201,46,251); }

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

background-color css

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

 a { background-color: rgb(201,46,251); }

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

border-color css

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

 span { border-color: rgb(201,46,251); }

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