Html Css Color HEX #C92FFA Electric Purple

📋 copy color: '#C92FFA'

red 201 ◦ green 47 ◦ blue 250

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

Shades of Electric Purple #C92FFA

Tints of Electric Purple #C92FFA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.44%

 BLUE value IS 250 (98.05% from 255) = 50.2%

R = 40.36%
G = 9.44%
B = 50.2%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C92FFA (or 0xC92FFA) is known color: Electric Purple. HEX triplet: C9, 2F and FA. RGB value is (201,47,250). Sum of RGB (Red+Green+Blue) = 201+47+250=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 47 (18.75% from 255 or 9.44% from 498); Blue value is 250 (98.05% from 255 or 50.20% from 498); Max value from RGB is 250 - color contains mainly: blue. Hex color #C92FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92FFA is #36D005. Grayscale: #737373. Windows color (decimal): -3592198 or 16396233. OLE color: 16396233.

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

Color convert

RGB 201 47 250 -
CMYK 0.20 0.81 0 0.02
HSL 285.52º 0.95% 0.58% -
HSV(B) 285.52º 0.81% 0.98% -
XYZ 42.36 21.35 92.33 -
YUV 116.19 203.52 188.49 -
System Red Green Blue C M Y K H S L
Decimal 201 47 250 0.20 0.81 0 0.02 285.52 0.95 0.58
Hex C9 2F FA 14 51 0 2 11E 5F 3A
Octal 311 57 372 24 121 0 2 436 137 72
Binary 11001001 101111 11111010 10100 1010001 0 10 100011110 1011111 111010

Color Harmonies of #C92FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92FFA

Black with #C92FFA

Text Example


Text Example

White with #C92FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92FFA; }

 p { color: rgb(201,47,250); }

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

background-color css

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

 a { background-color: rgb(201,47,250); }

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

border-color css

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

 span { border-color: rgb(201,47,250); }

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