Html Css Color HEX #C924FA Electric Purple

📋 copy color: '#C924FA'

red 201 ◦ green 36 ◦ blue 250

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

Shades of Electric Purple #C924FA

Tints of Electric Purple #C924FA

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.39%

 BLUE value IS 250 (98.05% from 255) = 51.33%

R = 41.27%
G = 7.39%
B = 51.33%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C924FA (or 0xC924FA) is known color: Electric Purple. HEX triplet: C9, 24 and FA. RGB value is (201,36,250). Sum of RGB (Red+Green+Blue) = 201+36+250=487 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.27% from 487); Green value is 36 (14.45% from 255 or 7.39% from 487); Blue value is 250 (98.05% from 255 or 51.33% from 487); Max value from RGB is 250 - color contains mainly: blue. Hex color #C924FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C924FA is #36DB05. Grayscale: #6D6D6D. Windows color (decimal): -3595014 or 16393417. OLE color: 16393417.

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

Color convert

RGB 201 36 250 -
CMYK 0.20 0.86 0 0.02
HSL 286.26º 0.96% 0.56% -
HSV(B) 286.26º 0.86% 0.98% -
XYZ 41.97 20.58 92.2 -
YUV 109.73 207.16 193.1 -
System Red Green Blue C M Y K H S L
Decimal 201 36 250 0.20 0.86 0 0.02 286.26 0.96 0.56
Hex C9 24 FA 14 56 0 2 11E 60 38
Octal 311 44 372 24 126 0 2 436 140 70
Binary 11001001 100100 11111010 10100 1010110 0 10 100011110 1100000 111000

Color Harmonies of #C924FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C924FA

Black with #C924FA

Text Example


Text Example

White with #C924FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C924FA; }

 p { color: rgb(201,36,250); }

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

background-color css

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

 a { background-color: rgb(201,36,250); }

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

border-color css

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

 span { border-color: rgb(201,36,250); }

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