Html Css Color HEX #C911FF Electric Purple

📋 copy color: '#C911FF'

red 201 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #C911FF

Tints of Electric Purple #C911FF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.59%

 BLUE value IS 255 (100% from 255) = 53.91%

R = 42.49%
G = 3.59%
B = 53.91%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C911FF (or 0xC911FF) is known color: Electric Purple. HEX triplet: C9, 11 and FF. RGB value is (201,17,255). Sum of RGB (Red+Green+Blue) = 201+17+255=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 17 (7.03% from 255 or 3.59% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #C911FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C911FF is #36EE00. Grayscale: #626262. Windows color (decimal): -3599873 or 16716233. OLE color: 16716233.

HSL color Cylindrical-coordinate representation of color #C911FF: hue angle of 286.39º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C911FF is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 201 17 255 -
CMYK 0.21 0.93 0 0
HSL 286.39º 1% 0.53% -
HSV(B) 286.39º 0.93% 1% -
XYZ 42.34 20.04 96.24 -
YUV 99.15 215.96 200.65 -
System Red Green Blue C M Y K H S L
Decimal 201 17 255 0.21 0.93 0 0 286.39 1 0.53
Hex C9 11 FF 15 5D 0 0 11E 64 35
Octal 311 21 377 25 135 0 0 436 144 65
Binary 11001001 10001 11111111 10101 1011101 0 0 100011110 1100100 110101

Color Harmonies of #C911FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C911FF

Black with #C911FF

Text Example


Text Example

White with #C911FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C911FF; }

 p { color: rgb(201,17,255); }

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

background-color css

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

 a { background-color: rgb(201,17,255); }

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

border-color css

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

 span { border-color: rgb(201,17,255); }

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