Html Css Color HEX #C029FC Electric Purple

📋 copy color: '#C029FC'

red 192 ◦ green 41 ◦ blue 252

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

Shades of Electric Purple #C029FC

Tints of Electric Purple #C029FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.96%

R = 39.59%
G = 8.45%
B = 51.96%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C029FC (or 0xC029FC) is known color: Electric Purple. HEX triplet: C0, 29 and FC. RGB value is (192,41,252). Sum of RGB (Red+Green+Blue) = 192+41+252=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 41 (16.41% from 255 or 8.45% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #C029FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C029FC is #3FD603. Grayscale: #6D6D6D. Windows color (decimal): -4183556 or 16525760. OLE color: 16525760.

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

Color convert

RGB 192 41 252 -
CMYK 0.24 0.84 0 0.01
HSL 282.94º 0.97% 0.57% -
HSV(B) 282.94º 0.84% 0.99% -
XYZ 40.1 19.82 93.81 -
YUV 110.2 208.03 186.34 -
System Red Green Blue C M Y K H S L
Decimal 192 41 252 0.24 0.84 0 0.01 282.94 0.97 0.57
Hex C0 29 FC 18 54 0 1 11B 61 39
Octal 300 51 374 30 124 0 1 433 141 71
Binary 11000000 101001 11111100 11000 1010100 0 1 100011011 1100001 111001

Color Harmonies of #C029FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029FC

Black with #C029FC

Text Example


Text Example

White with #C029FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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