Html Css Color HEX #C924EF Electric Purple

📋 copy color: '#C924EF'

red 201 ◦ green 36 ◦ blue 239

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

Shades of Electric Purple #C924EF

Tints of Electric Purple #C924EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.21%

R = 42.23%
G = 7.56%
B = 50.21%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C924EF (or 0xC924EF) is known color: Electric Purple. HEX triplet: C9, 24 and EF. RGB value is (201,36,239). Sum of RGB (Red+Green+Blue) = 201+36+239=476 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.23% from 476); Green value is 36 (14.45% from 255 or 7.56% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #C924EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C924EF is #36DB10. Grayscale: #6B6B6B. Windows color (decimal): -3595025 or 15672521. OLE color: 15672521.

HSL color Cylindrical-coordinate representation of color #C924EF: hue angle of 288.77º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C924EF is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 201 36 239 -
CMYK 0.16 0.85 0 0.06
HSL 288.77º 0.86% 0.54% -
HSV(B) 288.77º 0.85% 0.94% -
XYZ 40.3 19.91 83.38 -
YUV 108.48 201.66 193.99 -
System Red Green Blue C M Y K H S L
Decimal 201 36 239 0.16 0.85 0 0.06 288.77 0.86 0.54
Hex C9 24 EF 10 55 0 6 121 56 36
Octal 311 44 357 20 125 0 6 441 126 66
Binary 11001001 100100 11101111 10000 1010101 0 110 100100001 1010110 110110

Color Harmonies of #C924EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C924EF

Black with #C924EF

Text Example


Text Example

White with #C924EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C924EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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