Html Css Color HEX #C911FC Electric Purple

📋 copy color: '#C911FC'

red 201 ◦ green 17 ◦ blue 252

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

Shades of Electric Purple #C911FC

Tints of Electric Purple #C911FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.62%

R = 42.77%
G = 3.62%
B = 53.62%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C911FC (or 0xC911FC) is known color: Electric Purple. HEX triplet: C9, 11 and FC. RGB value is (201,17,252). Sum of RGB (Red+Green+Blue) = 201+17+252=470 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.77% from 470); Green value is 17 (7.03% from 255 or 3.62% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #C911FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C911FC is #36EE03. Grayscale: #626262. Windows color (decimal): -3599876 or 16519625. OLE color: 16519625.

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

Color convert

RGB 201 17 252 -
CMYK 0.20 0.93 0 0.01
HSL 286.98º 0.98% 0.53% -
HSV(B) 286.98º 0.93% 0.99% -
XYZ 41.86 19.85 93.72 -
YUV 98.81 214.46 200.89 -
System Red Green Blue C M Y K H S L
Decimal 201 17 252 0.20 0.93 0 0.01 286.98 0.98 0.53
Hex C9 11 FC 14 5D 0 1 11F 62 35
Octal 311 21 374 24 135 0 1 437 142 65
Binary 11001001 10001 11111100 10100 1011101 0 1 100011111 1100010 110101

Color Harmonies of #C911FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C911FC

Black with #C911FC

Text Example


Text Example

White with #C911FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C911FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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