Html Css Color HEX #C904EC Electric Purple

📋 copy color: '#C904EC'

red 201 ◦ green 4 ◦ blue 236

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

Shades of Electric Purple #C904EC

Tints of Electric Purple #C904EC

RGB

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

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

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

R = 45.58%
G = 0.91%
B = 53.51%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C904EC (or 0xC904EC) is known color: Electric Purple. HEX triplet: C9, 04 and EC. RGB value is (201,4,236). Sum of RGB (Red+Green+Blue) = 201+4+236=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 4 (1.95% from 255 or 0.91% from 441); Blue value is 236 (92.58% from 255 or 53.51% from 441); Max value from RGB is 236 - color contains mainly: blue. Hex color #C904EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C904EC is #36FB13. Grayscale: #585858. Windows color (decimal): -3603220 or 15467721. OLE color: 15467721.

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

Color convert

RGB 201 4 236 -
CMYK 0.15 0.98 0 0.07
HSL 290.95º 0.97% 0.47% -
HSV(B) 290.95º 0.98% 0.93% -
XYZ 39.27 18.56 80.87 -
YUV 89.35 210.77 207.64 -
System Red Green Blue C M Y K H S L
Decimal 201 4 236 0.15 0.98 0 0.07 290.95 0.97 0.47
Hex C9 4 EC F 62 0 7 123 61 2F
Octal 311 4 354 17 142 0 7 443 141 57
Binary 11001001 100 11101100 1111 1100010 0 111 100100011 1100001 101111

Color Harmonies of #C904EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C904EC

Black with #C904EC

Text Example


Text Example

White with #C904EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C904EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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