Html Css Color HEX #C029FE Electric Purple

📋 copy color: '#C029FE'

red 192 ◦ green 41 ◦ blue 254

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

Shades of Electric Purple #C029FE

Tints of Electric Purple #C029FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.16%

R = 39.43%
G = 8.42%
B = 52.16%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C029FE (or 0xC029FE) is known color: Electric Purple. HEX triplet: C0, 29 and FE. RGB value is (192,41,254). Sum of RGB (Red+Green+Blue) = 192+41+254=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 41 (16.41% from 255 or 8.42% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #C029FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C029FE is #3FD601. Grayscale: #6D6D6D. Windows color (decimal): -4183554 or 16656832. OLE color: 16656832.

HSL color Cylindrical-coordinate representation of color #C029FE: hue angle of 282.54º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C029FE is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 192 41 254 -
CMYK 0.24 0.84 0 0.00
HSL 282.54º 0.99% 0.58% -
HSV(B) 282.54º 0.84% 1% -
XYZ 40.42 19.95 95.49 -
YUV 110.43 209.03 186.18 -
System Red Green Blue C M Y K H S L
Decimal 192 41 254 0.24 0.84 0 0.00 282.54 0.99 0.58
Hex C0 29 FE 18 54 0 0 11B 63 3A
Octal 300 51 376 30 124 0 0 433 143 72
Binary 11000000 101001 11111110 11000 1010100 0 0 100011011 1100011 111010

Color Harmonies of #C029FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029FE

Black with #C029FE

Text Example


Text Example

White with #C029FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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