Html Css Color HEX #C029E8 Electric Purple

📋 copy color: '#C029E8'

red 192 ◦ green 41 ◦ blue 232

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

Shades of Electric Purple #C029E8

Tints of Electric Purple #C029E8

RGB

 RED value IS 192 (75.39% from 255) = 41.29%

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

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

R = 41.29%
G = 8.82%
B = 49.89%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C029E8 (or 0xC029E8) is known color: Electric Purple. HEX triplet: C0, 29 and E8. RGB value is (192,41,232). Sum of RGB (Red+Green+Blue) = 192+41+232=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 41 (16.41% from 255 or 8.82% from 465); Blue value is 232 (91.02% from 255 or 49.89% from 465); Max value from RGB is 232 - color contains mainly: blue. Hex color #C029E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C029E8 is #3FD617. Grayscale: #6B6B6B. Windows color (decimal): -4183576 or 15215040. OLE color: 15215040.

HSL color Cylindrical-coordinate representation of color #C029E8: hue angle of 287.43º 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 #C029E8 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 192 41 232 -
CMYK 0.17 0.82 0 0.09
HSL 287.43º 0.81% 0.54% -
HSV(B) 287.43º 0.82% 0.91% -
XYZ 37.1 18.62 77.98 -
YUV 107.92 198.03 187.97 -
System Red Green Blue C M Y K H S L
Decimal 192 41 232 0.17 0.82 0 0.09 287.43 0.81 0.54
Hex C0 29 E8 11 52 0 9 11F 51 36
Octal 300 51 350 21 122 0 11 437 121 66
Binary 11000000 101001 11101000 10001 1010010 0 1001 100011111 1010001 110110

Color Harmonies of #C029E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029E8

Black with #C029E8

Text Example


Text Example

White with #C029E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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