Html Css Color HEX #C911FB Electric Purple

📋 copy color: '#C911FB'

red 201 ◦ green 17 ◦ blue 251

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

Shades of Electric Purple #C911FB

Tints of Electric Purple #C911FB

RGB

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

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

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

R = 42.86%
G = 3.62%
B = 53.52%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C911FB (or 0xC911FB) is known color: Electric Purple. HEX triplet: C9, 11 and FB. RGB value is (201,17,251). Sum of RGB (Red+Green+Blue) = 201+17+251=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 17 (7.03% from 255 or 3.62% from 469); Blue value is 251 (98.44% from 255 or 53.52% from 469); Max value from RGB is 251 - color contains mainly: blue. Hex color #C911FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C911FB is #36EE04. Grayscale: #616161. Windows color (decimal): -3599877 or 16454089. OLE color: 16454089.

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

Color convert

RGB 201 17 251 -
CMYK 0.20 0.93 0 0.02
HSL 287.18º 0.97% 0.53% -
HSV(B) 287.18º 0.93% 0.98% -
XYZ 41.7 19.78 92.89 -
YUV 98.69 213.96 200.97 -
System Red Green Blue C M Y K H S L
Decimal 201 17 251 0.20 0.93 0 0.02 287.18 0.97 0.53
Hex C9 11 FB 14 5D 0 2 11F 61 35
Octal 311 21 373 24 135 0 2 437 141 65
Binary 11001001 10001 11111011 10100 1011101 0 10 100011111 1100001 110101

Color Harmonies of #C911FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C911FB

Black with #C911FB

Text Example


Text Example

White with #C911FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C911FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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