Html Css Color HEX #C92CF1 Electric Purple

📋 copy color: '#C92CF1'

red 201 ◦ green 44 ◦ blue 241

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

Shades of Electric Purple #C92CF1

Tints of Electric Purple #C92CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 49.59%

R = 41.36%
G = 9.05%
B = 49.59%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C92CF1 (or 0xC92CF1) is known color: Electric Purple. HEX triplet: C9, 2C and F1. RGB value is (201,44,241). Sum of RGB (Red+Green+Blue) = 201+44+241=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 44 (17.58% from 255 or 9.05% from 486); Blue value is 241 (94.53% from 255 or 49.59% from 486); Max value from RGB is 241 - color contains mainly: blue. Hex color #C92CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C92CF1 is #36D30E. Grayscale: #707070. Windows color (decimal): -3592975 or 15805641. OLE color: 15805641.

HSL color Cylindrical-coordinate representation of color #C92CF1: hue angle of 287.82º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C92CF1 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 44 241 -
CMYK 0.17 0.82 0 0.05
HSL 287.82º 0.88% 0.56% -
HSV(B) 287.82º 0.82% 0.95% -
XYZ 40.87 20.57 85.04 -
YUV 113.4 200.01 190.48 -
System Red Green Blue C M Y K H S L
Decimal 201 44 241 0.17 0.82 0 0.05 287.82 0.88 0.56
Hex C9 2C F1 11 52 0 5 120 58 38
Octal 311 54 361 21 122 0 5 440 130 70
Binary 11001001 101100 11110001 10001 1010010 0 101 100100000 1011000 111000

Color Harmonies of #C92CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92CF1

Black with #C92CF1

Text Example


Text Example

White with #C92CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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