Html Css Color HEX #C904EF Electric Purple

📋 copy color: '#C904EF'

red 201 ◦ green 4 ◦ blue 239

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

Shades of Electric Purple #C904EF

Tints of Electric Purple #C904EF

RGB

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

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

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

R = 45.27%
G = 0.9%
B = 53.83%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C904EF (or 0xC904EF) is known color: Electric Purple. HEX triplet: C9, 04 and EF. RGB value is (201,4,239). Sum of RGB (Red+Green+Blue) = 201+4+239=444 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.27% from 444); Green value is 4 (1.95% from 255 or 0.90% from 444); Blue value is 239 (93.75% from 255 or 53.83% from 444); Max value from RGB is 239 - color contains mainly: blue. Hex color #C904EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C904EF is #36FB10. Grayscale: #585858. Windows color (decimal): -3603217 or 15664329. OLE color: 15664329.

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

Color convert

RGB 201 4 239 -
CMYK 0.16 0.98 0 0.06
HSL 290.3º 0.97% 0.48% -
HSV(B) 290.3º 0.98% 0.94% -
XYZ 39.71 18.74 83.18 -
YUV 89.69 212.27 207.39 -
System Red Green Blue C M Y K H S L
Decimal 201 4 239 0.16 0.98 0 0.06 290.3 0.97 0.48
Hex C9 4 EF 10 62 0 6 122 61 30
Octal 311 4 357 20 142 0 6 442 141 60
Binary 11001001 100 11101111 10000 1100010 0 110 100100010 1100001 110000

Color Harmonies of #C904EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C904EF

Black with #C904EF

Text Example


Text Example

White with #C904EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C904EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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