Html Css Color HEX #C900E9 Electric Purple

📋 copy color: '#C900E9'

red 201 ◦ green 0 ◦ blue 233

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

Shades of Electric Purple #C900E9

Tints of Electric Purple #C900E9

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 233 (91.41% from 255) = 53.69%

R = 46.31%
G = 0%
B = 53.69%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C900E9 (or 0xC900E9) is known color: Electric Purple. HEX triplet: C9, 00 and E9. RGB value is (201,0,233). Sum of RGB (Red+Green+Blue) = 201+0+233=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 233 (91.41% from 255 or 53.69% from 434); Max value from RGB is 233 - color contains mainly: blue. Hex color #C900E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C900E9 is #36FF16. Grayscale: #555555. Windows color (decimal): -3604247 or 15270089. OLE color: 15270089.

HSL color Cylindrical-coordinate representation of color #C900E9: hue angle of 291.76º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C900E9 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 0 233 -
CMYK 0.14 1 0 0.09
HSL 291.76º 1% 0.46% -
HSV(B) 291.76º 1% 0.91% -
XYZ 38.8 18.3 78.58 -
YUV 86.66 210.59 209.55 -
System Red Green Blue C M Y K H S L
Decimal 201 0 233 0.14 1 0 0.09 291.76 1 0.46
Hex C9 0 E9 E 64 0 9 124 64 2E
Octal 311 0 351 16 144 0 11 444 144 56
Binary 11001001 0 11101001 1110 1100100 0 1001 100100100 1100100 101110

Color Harmonies of #C900E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900E9

Black with #C900E9

Text Example


Text Example

White with #C900E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900E9; }

 p { color: rgb(201,0,233); }

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

background-color css

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

 a { background-color: rgb(201,0,233); }

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

border-color css

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

 span { border-color: rgb(201,0,233); }

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