Html Css Color HEX #C900EF Electric Purple

📋 copy color: '#C900EF'

red 201 ◦ green 0 ◦ blue 239

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

Shades of Electric Purple #C900EF

Tints of Electric Purple #C900EF

RGB

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

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

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

R = 45.68%
G = 0%
B = 54.32%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C900EF (or 0xC900EF) is known color: Electric Purple. HEX triplet: C9, 00 and EF. RGB value is (201,0,239). Sum of RGB (Red+Green+Blue) = 201+0+239=440 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.68% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #C900EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C900EF is #36FF10. Grayscale: #565656. Windows color (decimal): -3604241 or 15663305. OLE color: 15663305.

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

Color convert

RGB 201 0 239 -
CMYK 0.16 1 0 0.06
HSL 290.46º 1% 0.47% -
HSV(B) 290.46º 1% 0.94% -
XYZ 39.67 18.65 83.17 -
YUV 87.35 213.59 209.07 -
System Red Green Blue C M Y K H S L
Decimal 201 0 239 0.16 1 0 0.06 290.46 1 0.47
Hex C9 0 EF 10 64 0 6 122 64 2F
Octal 311 0 357 20 144 0 6 442 144 57
Binary 11001001 0 11101111 10000 1100100 0 110 100100010 1100100 101111

Color Harmonies of #C900EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C900EF

Black with #C900EF

Text Example


Text Example

White with #C900EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C900EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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