Html Css Color HEX #C91CF9 Electric Purple

📋 copy color: '#C91CF9'

red 201 ◦ green 28 ◦ blue 249

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

Shades of Electric Purple #C91CF9

Tints of Electric Purple #C91CF9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.86%

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

R = 42.05%
G = 5.86%
B = 52.09%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C91CF9 (or 0xC91CF9) is known color: Electric Purple. HEX triplet: C9, 1C and F9. RGB value is (201,28,249). Sum of RGB (Red+Green+Blue) = 201+28+249=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 28 (11.33% from 255 or 5.86% from 478); Blue value is 249 (97.66% from 255 or 52.09% from 478); Max value from RGB is 249 - color contains mainly: blue. Hex color #C91CF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91CF9 is #36E306. Grayscale: #686868. Windows color (decimal): -3597063 or 16325833. OLE color: 16325833.

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

Color convert

RGB 201 28 249 -
CMYK 0.19 0.89 0 0.02
HSL 286.97º 0.95% 0.54% -
HSV(B) 286.97º 0.89% 0.98% -
XYZ 41.6 20.09 91.31 -
YUV 104.92 209.31 196.53 -
System Red Green Blue C M Y K H S L
Decimal 201 28 249 0.19 0.89 0 0.02 286.97 0.95 0.54
Hex C9 1C F9 13 59 0 2 11F 5F 36
Octal 311 34 371 23 131 0 2 437 137 66
Binary 11001001 11100 11111001 10011 1011001 0 10 100011111 1011111 110110

Color Harmonies of #C91CF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91CF9

Black with #C91CF9

Text Example


Text Example

White with #C91CF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91CF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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