Html Css Color HEX #C904EA Electric Purple

📋 copy color: '#C904EA'

red 201 ◦ green 4 ◦ blue 234

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

Shades of Electric Purple #C904EA

Tints of Electric Purple #C904EA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.91%

 BLUE value IS 234 (91.8% from 255) = 53.3%

R = 45.79%
G = 0.91%
B = 53.3%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C904EA (or 0xC904EA) is known color: Electric Purple. HEX triplet: C9, 04 and EA. RGB value is (201,4,234). Sum of RGB (Red+Green+Blue) = 201+4+234=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 4 (1.95% from 255 or 0.91% from 439); Blue value is 234 (91.80% from 255 or 53.30% from 439); Max value from RGB is 234 - color contains mainly: blue. Hex color #C904EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C904EA is #36FB15. Grayscale: #585858. Windows color (decimal): -3603222 or 15336649. OLE color: 15336649.

HSL color Cylindrical-coordinate representation of color #C904EA: hue angle of 291.39º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C904EA is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 201 4 234 -
CMYK 0.14 0.98 0 0.08
HSL 291.39º 0.97% 0.47% -
HSV(B) 291.39º 0.98% 0.92% -
XYZ 38.98 18.44 79.35 -
YUV 89.12 209.77 207.8 -
System Red Green Blue C M Y K H S L
Decimal 201 4 234 0.14 0.98 0 0.08 291.39 0.97 0.47
Hex C9 4 EA E 62 0 8 123 61 2F
Octal 311 4 352 16 142 0 10 443 141 57
Binary 11001001 100 11101010 1110 1100010 0 1000 100100011 1100001 101111

Color Harmonies of #C904EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C904EA

Black with #C904EA

Text Example


Text Example

White with #C904EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C904EA; }

 p { color: rgb(201,4,234); }

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

background-color css

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

 a { background-color: rgb(201,4,234); }

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

border-color css

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

 span { border-color: rgb(201,4,234); }

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