Html Css Color HEX #C920FB Electric Purple

📋 copy color: '#C920FB'

red 201 ◦ green 32 ◦ blue 251

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

Shades of Electric Purple #C920FB

Tints of Electric Purple #C920FB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 6.61%

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

R = 41.53%
G = 6.61%
B = 51.86%

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

#C920FB (or 0xC920FB) is known color: Electric Purple. HEX triplet: C9, 20 and FB. RGB value is (201,32,251). Sum of RGB (Red+Green+Blue) = 201+32+251=484 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.53% from 484); Green value is 32 (12.89% from 255 or 6.61% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #C920FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C920FB is #36DF04. Grayscale: #6A6A6A. Windows color (decimal): -3596037 or 16457929. OLE color: 16457929.

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

Color convert

RGB 201 32 251 -
CMYK 0.20 0.87 0 0.02
HSL 286.3º 0.96% 0.55% -
HSV(B) 286.3º 0.87% 0.98% -
XYZ 42.02 20.42 92.99 -
YUV 107.5 208.99 194.69 -
System Red Green Blue C M Y K H S L
Decimal 201 32 251 0.20 0.87 0 0.02 286.3 0.96 0.55
Hex C9 20 FB 14 57 0 2 11E 60 37
Octal 311 40 373 24 127 0 2 436 140 67
Binary 11001001 100000 11111011 10100 1010111 0 10 100011110 1100000 110111

Color Harmonies of #C920FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C920FB

Black with #C920FB

Text Example


Text Example

White with #C920FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C920FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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