Html Css Color HEX #C921FB Electric Purple

📋 copy color: '#C921FB'

red 201 ◦ green 33 ◦ blue 251

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

Shades of Electric Purple #C921FB

Tints of Electric Purple #C921FB

RGB

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

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

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

R = 41.44%
G = 6.8%
B = 51.75%

CMYK

 C value IS 0.20

 M value IS 0.87

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C921FB (or 0xC921FB) is known color: Electric Purple. HEX triplet: C9, 21 and FB. RGB value is (201,33,251). Sum of RGB (Red+Green+Blue) = 201+33+251=485 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.44% from 485); Green value is 33 (13.28% from 255 or 6.80% from 485); Blue value is 251 (98.44% from 255 or 51.75% from 485); Max value from RGB is 251 - color contains mainly: blue. Hex color #C921FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C921FB is #36DE04. Grayscale: #6B6B6B. Windows color (decimal): -3595781 or 16458185. OLE color: 16458185.

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

Color convert

RGB 201 33 251 -
CMYK 0.20 0.87 0 0.02
HSL 286.24º 0.96% 0.56% -
HSV(B) 286.24º 0.87% 0.98% -
XYZ 42.04 20.47 93 -
YUV 108.08 208.66 194.27 -
System Red Green Blue C M Y K H S L
Decimal 201 33 251 0.20 0.87 0 0.02 286.24 0.96 0.56
Hex C9 21 FB 14 57 0 2 11E 60 38
Octal 311 41 373 24 127 0 2 436 140 70
Binary 11001001 100001 11111011 10100 1010111 0 10 100011110 1100000 111000

Color Harmonies of #C921FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C921FB

Black with #C921FB

Text Example


Text Example

White with #C921FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C921FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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