Html Css Color HEX #C921FC Electric Purple

📋 copy color: '#C921FC'

red 201 ◦ green 33 ◦ blue 252

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

Shades of Electric Purple #C921FC

Tints of Electric Purple #C921FC

RGB

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

 GREEN value IS 33 (13.28% from 255) = 6.79%

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

R = 41.36%
G = 6.79%
B = 51.85%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C921FC (or 0xC921FC) is known color: Electric Purple. HEX triplet: C9, 21 and FC. RGB value is (201,33,252). Sum of RGB (Red+Green+Blue) = 201+33+252=486 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.36% from 486); Green value is 33 (13.28% from 255 or 6.79% from 486); Blue value is 252 (98.83% from 255 or 51.85% from 486); Max value from RGB is 252 - color contains mainly: blue. Hex color #C921FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C921FC is #36DE03. Grayscale: #6B6B6B. Windows color (decimal): -3595780 or 16523721. OLE color: 16523721.

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

Color convert

RGB 201 33 252 -
CMYK 0.20 0.87 0 0.01
HSL 286.03º 0.97% 0.56% -
HSV(B) 286.03º 0.87% 0.99% -
XYZ 42.2 20.53 93.83 -
YUV 108.2 209.16 194.19 -
System Red Green Blue C M Y K H S L
Decimal 201 33 252 0.20 0.87 0 0.01 286.03 0.97 0.56
Hex C9 21 FC 14 57 0 1 11E 61 38
Octal 311 41 374 24 127 0 1 436 141 70
Binary 11001001 100001 11111100 10100 1010111 0 1 100011110 1100001 111000

Color Harmonies of #C921FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C921FC

Black with #C921FC

Text Example


Text Example

White with #C921FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C921FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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