Html Css Color HEX #C924FC Electric Purple

📋 copy color: '#C924FC'

red 201 ◦ green 36 ◦ blue 252

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

Shades of Electric Purple #C924FC

Tints of Electric Purple #C924FC

RGB

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

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

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

R = 41.1%
G = 7.36%
B = 51.53%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C924FC (or 0xC924FC) is known color: Electric Purple. HEX triplet: C9, 24 and FC. RGB value is (201,36,252). Sum of RGB (Red+Green+Blue) = 201+36+252=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 36 (14.45% from 255 or 7.36% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #C924FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C924FC is #36DB03. Grayscale: #6D6D6D. Windows color (decimal): -3595012 or 16524489. OLE color: 16524489.

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

Color convert

RGB 201 36 252 -
CMYK 0.20 0.86 0 0.01
HSL 285.83º 0.97% 0.56% -
HSV(B) 285.83º 0.86% 0.99% -
XYZ 42.29 20.71 93.86 -
YUV 109.96 208.16 192.94 -
System Red Green Blue C M Y K H S L
Decimal 201 36 252 0.20 0.86 0 0.01 285.83 0.97 0.56
Hex C9 24 FC 14 56 0 1 11E 61 38
Octal 311 44 374 24 126 0 1 436 141 70
Binary 11001001 100100 11111100 10100 1010110 0 1 100011110 1100001 111000

Color Harmonies of #C924FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C924FC

Black with #C924FC

Text Example


Text Example

White with #C924FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C924FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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