Html Css Color HEX #C91DFB Electric Purple

📋 copy color: '#C91DFB'

red 201 ◦ green 29 ◦ blue 251

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

Shades of Electric Purple #C91DFB

Tints of Electric Purple #C91DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.03%

 BLUE value IS 251 (98.44% from 255) = 52.18%

R = 41.79%
G = 6.03%
B = 52.18%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C91DFB (or 0xC91DFB) is known color: Electric Purple. HEX triplet: C9, 1D and FB. RGB value is (201,29,251). Sum of RGB (Red+Green+Blue) = 201+29+251=481 (63% of max value = 765). Red value is 201 (78.91% from 255 or 41.79% from 481); Green value is 29 (11.72% from 255 or 6.03% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #C91DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91DFB is #36E204. Grayscale: #696969. Windows color (decimal): -3596805 or 16457161. OLE color: 16457161.

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

Color convert

RGB 201 29 251 -
CMYK 0.20 0.88 0 0.02
HSL 286.49º 0.97% 0.55% -
HSV(B) 286.49º 0.88% 0.98% -
XYZ 41.94 20.26 92.97 -
YUV 105.74 209.98 195.95 -
System Red Green Blue C M Y K H S L
Decimal 201 29 251 0.20 0.88 0 0.02 286.49 0.97 0.55
Hex C9 1D FB 14 58 0 2 11E 61 37
Octal 311 35 373 24 130 0 2 436 141 67
Binary 11001001 11101 11111011 10100 1011000 0 10 100011110 1100001 110111

Color Harmonies of #C91DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91DFB

Black with #C91DFB

Text Example


Text Example

White with #C91DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91DFB; }

 p { color: rgb(201,29,251); }

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

background-color css

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

 a { background-color: rgb(201,29,251); }

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

border-color css

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

 span { border-color: rgb(201,29,251); }

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