Html Css Color HEX #C929E8 Electric Purple

📋 copy color: '#C929E8'

red 201 ◦ green 41 ◦ blue 232

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

Shades of Electric Purple #C929E8

Tints of Electric Purple #C929E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.95%

R = 42.41%
G = 8.65%
B = 48.95%

CMYK

 C value IS 0.13

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C929E8 (or 0xC929E8) is known color: Electric Purple. HEX triplet: C9, 29 and E8. RGB value is (201,41,232). Sum of RGB (Red+Green+Blue) = 201+41+232=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 41 (16.41% from 255 or 8.65% from 474); Blue value is 232 (91.02% from 255 or 48.95% from 474); Max value from RGB is 232 - color contains mainly: blue. Hex color #C929E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C929E8 is #36D617. Grayscale: #6E6E6E. Windows color (decimal): -3593752 or 15215049. OLE color: 15215049.

HSL color Cylindrical-coordinate representation of color #C929E8: hue angle of 290.26º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C929E8 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 201 41 232 -
CMYK 0.13 0.82 0 0.09
HSL 290.26º 0.81% 0.54% -
HSV(B) 290.26º 0.82% 0.91% -
XYZ 39.45 19.83 78.09 -
YUV 110.61 196.51 192.47 -
System Red Green Blue C M Y K H S L
Decimal 201 41 232 0.13 0.82 0 0.09 290.26 0.81 0.54
Hex C9 29 E8 D 52 0 9 122 51 36
Octal 311 51 350 15 122 0 11 442 121 66
Binary 11001001 101001 11101000 1101 1010010 0 1001 100100010 1010001 110110

Color Harmonies of #C929E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C929E8

Black with #C929E8

Text Example


Text Example

White with #C929E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C929E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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