Html Css Color HEX #C91CFC Electric Purple

📋 copy color: '#C91CFC'

red 201 ◦ green 28 ◦ blue 252

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

Shades of Electric Purple #C91CFC

Tints of Electric Purple #C91CFC

RGB

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

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

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

R = 41.79%
G = 5.82%
B = 52.39%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C91CFC (or 0xC91CFC) is known color: Electric Purple. HEX triplet: C9, 1C and FC. RGB value is (201,28,252). Sum of RGB (Red+Green+Blue) = 201+28+252=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 28 (11.33% from 255 or 5.82% from 481); Blue value is 252 (98.83% from 255 or 52.39% from 481); Max value from RGB is 252 - color contains mainly: blue. Hex color #C91CFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91CFC is #36E303. Grayscale: #686868. Windows color (decimal): -3597060 or 16522441. OLE color: 16522441.

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

Color convert

RGB 201 28 252 -
CMYK 0.20 0.89 0 0.01
HSL 286.34º 0.97% 0.55% -
HSV(B) 286.34º 0.89% 0.99% -
XYZ 42.07 20.28 93.79 -
YUV 105.26 210.81 196.29 -
System Red Green Blue C M Y K H S L
Decimal 201 28 252 0.20 0.89 0 0.01 286.34 0.97 0.55
Hex C9 1C FC 14 59 0 1 11E 61 37
Octal 311 34 374 24 131 0 1 436 141 67
Binary 11001001 11100 11111100 10100 1011001 0 1 100011110 1100001 110111

Color Harmonies of #C91CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91CFC

Black with #C91CFC

Text Example


Text Example

White with #C91CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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