Html Css Color HEX #C924EC Electric Purple

📋 copy color: '#C924EC'

red 201 ◦ green 36 ◦ blue 236

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

Shades of Electric Purple #C924EC

Tints of Electric Purple #C924EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.89%

R = 42.49%
G = 7.61%
B = 49.89%

CMYK

 C value IS 0.15

 M value IS 0.85

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C924EC (or 0xC924EC) is known color: Electric Purple. HEX triplet: C9, 24 and EC. RGB value is (201,36,236). Sum of RGB (Red+Green+Blue) = 201+36+236=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 36 (14.45% from 255 or 7.61% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #C924EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C924EC is #36DB13. Grayscale: #6B6B6B. Windows color (decimal): -3595028 or 15475913. OLE color: 15475913.

HSL color Cylindrical-coordinate representation of color #C924EC: hue angle of 289.5º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C924EC is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 201 36 236 -
CMYK 0.15 0.85 0 0.07
HSL 289.5º 0.84% 0.53% -
HSV(B) 289.5º 0.85% 0.93% -
XYZ 39.86 19.74 81.07 -
YUV 108.14 200.16 194.24 -
System Red Green Blue C M Y K H S L
Decimal 201 36 236 0.15 0.85 0 0.07 289.5 0.84 0.53
Hex C9 24 EC F 55 0 7 122 54 35
Octal 311 44 354 17 125 0 7 442 124 65
Binary 11001001 100100 11101100 1111 1010101 0 111 100100010 1010100 110101

Color Harmonies of #C924EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C924EC

Black with #C924EC

Text Example


Text Example

White with #C924EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C924EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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