Html Css Color HEX #C91FFC Electric Purple

📋 copy color: '#C91FFC'

red 201 ◦ green 31 ◦ blue 252

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

Shades of Electric Purple #C91FFC

Tints of Electric Purple #C91FFC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 6.4%

 BLUE value IS 252 (98.83% from 255) = 52.07%

R = 41.53%
G = 6.4%
B = 52.07%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C91FFC (or 0xC91FFC) is known color: Electric Purple. HEX triplet: C9, 1F and FC. RGB value is (201,31,252). Sum of RGB (Red+Green+Blue) = 201+31+252=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 31 (12.5% from 255 or 6.40% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #C91FFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91FFC is #36E003. Grayscale: #6A6A6A. Windows color (decimal): -3596292 or 16523209. OLE color: 16523209.

HSL color Cylindrical-coordinate representation of color #C91FFC: hue angle of 286.15º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C91FFC is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 31 252 -
CMYK 0.20 0.88 0 0.01
HSL 286.15º 0.97% 0.55% -
HSV(B) 286.15º 0.88% 0.99% -
XYZ 42.15 20.43 93.82 -
YUV 107.02 209.82 195.03 -
System Red Green Blue C M Y K H S L
Decimal 201 31 252 0.20 0.88 0 0.01 286.15 0.97 0.55
Hex C9 1F FC 14 58 0 1 11E 61 37
Octal 311 37 374 24 130 0 1 436 141 67
Binary 11001001 11111 11111100 10100 1011000 0 1 100011110 1100001 110111

Color Harmonies of #C91FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91FFC

Black with #C91FFC

Text Example


Text Example

White with #C91FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91FFC; }

 p { color: rgb(201,31,252); }

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

background-color css

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

 a { background-color: rgb(201,31,252); }

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

border-color css

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

 span { border-color: rgb(201,31,252); }

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