Html Css Color HEX #C929EC Electric Purple

📋 copy color: '#C929EC'

red 201 ◦ green 41 ◦ blue 236

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

Shades of Electric Purple #C929EC

Tints of Electric Purple #C929EC

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.58%

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

R = 42.05%
G = 8.58%
B = 49.37%

CMYK

 C value IS 0.15

 M value IS 0.83

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C929EC (or 0xC929EC) is known color: Electric Purple. HEX triplet: C9, 29 and EC. RGB value is (201,41,236). Sum of RGB (Red+Green+Blue) = 201+41+236=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 41 (16.41% from 255 or 8.58% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #C929EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C929EC is #36D613. Grayscale: #6E6E6E. Windows color (decimal): -3593748 or 15477193. OLE color: 15477193.

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

Color convert

RGB 201 41 236 -
CMYK 0.15 0.83 0 0.07
HSL 289.23º 0.84% 0.54% -
HSV(B) 289.23º 0.83% 0.93% -
XYZ 40.02 20.06 81.12 -
YUV 111.07 198.51 192.14 -
System Red Green Blue C M Y K H S L
Decimal 201 41 236 0.15 0.83 0 0.07 289.23 0.84 0.54
Hex C9 29 EC F 53 0 7 121 54 36
Octal 311 51 354 17 123 0 7 441 124 66
Binary 11001001 101001 11101100 1111 1010011 0 111 100100001 1010100 110110

Color Harmonies of #C929EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C929EC

Black with #C929EC

Text Example


Text Example

White with #C929EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C929EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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