Html Css Color HEX #C928F9 Electric Purple

📋 copy color: '#C928F9'

red 201 ◦ green 40 ◦ blue 249

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

Shades of Electric Purple #C928F9

Tints of Electric Purple #C928F9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.16%

 BLUE value IS 249 (97.66% from 255) = 50.82%

R = 41.02%
G = 8.16%
B = 50.82%

CMYK

 C value IS 0.19

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C928F9 (or 0xC928F9) is known color: Electric Purple. HEX triplet: C9, 28 and F9. RGB value is (201,40,249). Sum of RGB (Red+Green+Blue) = 201+40+249=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 40 (16.02% from 255 or 8.16% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #C928F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C928F9 is #36D706. Grayscale: #6F6F6F. Windows color (decimal): -3593991 or 16328905. OLE color: 16328905.

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

Color convert

RGB 201 40 249 -
CMYK 0.19 0.84 0 0.02
HSL 286.22º 0.95% 0.57% -
HSV(B) 286.22º 0.84% 0.98% -
XYZ 41.95 20.77 91.42 -
YUV 111.97 205.34 191.51 -
System Red Green Blue C M Y K H S L
Decimal 201 40 249 0.19 0.84 0 0.02 286.22 0.95 0.57
Hex C9 28 F9 13 54 0 2 11E 5F 39
Octal 311 50 371 23 124 0 2 436 137 71
Binary 11001001 101000 11111001 10011 1010100 0 10 100011110 1011111 111001

Color Harmonies of #C928F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C928F9

Black with #C928F9

Text Example


Text Example

White with #C928F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C928F9; }

 p { color: rgb(201,40,249); }

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

background-color css

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

 a { background-color: rgb(201,40,249); }

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

border-color css

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

 span { border-color: rgb(201,40,249); }

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