Html Css Color HEX #C91FFD Electric Purple

📋 copy color: '#C91FFD'

red 201 ◦ green 31 ◦ blue 253

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

Shades of Electric Purple #C91FFD

Tints of Electric Purple #C91FFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.16%

R = 41.44%
G = 6.39%
B = 52.16%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C91FFD (or 0xC91FFD) is known color: Electric Purple. HEX triplet: C9, 1F and FD. RGB value is (201,31,253). Sum of RGB (Red+Green+Blue) = 201+31+253=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 31 (12.5% from 255 or 6.39% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #C91FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91FFD is #36E002. Grayscale: #6A6A6A. Windows color (decimal): -3596291 or 16588745. OLE color: 16588745.

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

Color convert

RGB 201 31 253 -
CMYK 0.21 0.88 0 0.01
HSL 285.95º 0.98% 0.56% -
HSV(B) 285.95º 0.88% 0.99% -
XYZ 42.31 20.49 94.65 -
YUV 107.14 210.32 194.95 -
System Red Green Blue C M Y K H S L
Decimal 201 31 253 0.21 0.88 0 0.01 285.95 0.98 0.56
Hex C9 1F FD 15 58 0 1 11E 62 38
Octal 311 37 375 25 130 0 1 436 142 70
Binary 11001001 11111 11111101 10101 1011000 0 1 100011110 1100010 111000

Color Harmonies of #C91FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91FFD

Black with #C91FFD

Text Example


Text Example

White with #C91FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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