Html Css Color HEX #C029FA Electric Purple

📋 copy color: '#C029FA'

red 192 ◦ green 41 ◦ blue 250

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

Shades of Electric Purple #C029FA

Tints of Electric Purple #C029FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 51.76%

R = 39.75%
G = 8.49%
B = 51.76%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C029FA (or 0xC029FA) is known color: Electric Purple. HEX triplet: C0, 29 and FA. RGB value is (192,41,250). Sum of RGB (Red+Green+Blue) = 192+41+250=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 41 (16.41% from 255 or 8.49% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #C029FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C029FA is #3FD605. Grayscale: #6D6D6D. Windows color (decimal): -4183558 or 16394688. OLE color: 16394688.

HSL color Cylindrical-coordinate representation of color #C029FA: hue angle of 283.35º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C029FA is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 41 250 -
CMYK 0.23 0.84 0 0.02
HSL 283.35º 0.95% 0.57% -
HSV(B) 283.35º 0.84% 0.98% -
XYZ 39.79 19.69 92.15 -
YUV 109.98 207.03 186.51 -
System Red Green Blue C M Y K H S L
Decimal 192 41 250 0.23 0.84 0 0.02 283.35 0.95 0.57
Hex C0 29 FA 17 54 0 2 11B 5F 39
Octal 300 51 372 27 124 0 2 433 137 71
Binary 11000000 101001 11111010 10111 1010100 0 10 100011011 1011111 111001

Color Harmonies of #C029FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C029FA

Black with #C029FA

Text Example


Text Example

White with #C029FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C029FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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