Html Css Color HEX #C91BF0 Electric Purple

📋 copy color: '#C91BF0'

red 201 ◦ green 27 ◦ blue 240

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

Shades of Electric Purple #C91BF0

Tints of Electric Purple #C91BF0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 5.77%

 BLUE value IS 240 (94.14% from 255) = 51.28%

R = 42.95%
G = 5.77%
B = 51.28%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C91BF0 (or 0xC91BF0) is known color: Electric Purple. HEX triplet: C9, 1B and F0. RGB value is (201,27,240). Sum of RGB (Red+Green+Blue) = 201+27+240=468 (61% of max value = 765). Red value is 201 (78.91% from 255 or 42.95% from 468); Green value is 27 (10.94% from 255 or 5.77% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #C91BF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C91BF0 is #36E40F. Grayscale: #666666. Windows color (decimal): -3597328 or 15735753. OLE color: 15735753.

HSL color Cylindrical-coordinate representation of color #C91BF0: hue angle of 289.01º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C91BF0 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 27 240 -
CMYK 0.16 0.89 0 0.06
HSL 289.01º 0.88% 0.52% -
HSV(B) 289.01º 0.89% 0.94% -
XYZ 40.21 19.49 84.08 -
YUV 103.31 205.15 197.68 -
System Red Green Blue C M Y K H S L
Decimal 201 27 240 0.16 0.89 0 0.06 289.01 0.88 0.52
Hex C9 1B F0 10 59 0 6 121 58 34
Octal 311 33 360 20 131 0 6 441 130 64
Binary 11001001 11011 11110000 10000 1011001 0 110 100100001 1011000 110100

Color Harmonies of #C91BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C91BF0

Black with #C91BF0

Text Example


Text Example

White with #C91BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C91BF0; }

 p { color: rgb(201,27,240); }

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

background-color css

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

 a { background-color: rgb(201,27,240); }

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

border-color css

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

 span { border-color: rgb(201,27,240); }

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