Html Css Color HEX #C028F9 Electric Purple

📋 copy color: '#C028F9'

red 192 ◦ green 40 ◦ blue 249

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

Shades of Electric Purple #C028F9

Tints of Electric Purple #C028F9

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.32%

 BLUE value IS 249 (97.66% from 255) = 51.77%

R = 39.92%
G = 8.32%
B = 51.77%

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

#C028F9 (or 0xC028F9) is known color: Electric Purple. HEX triplet: C0, 28 and F9. RGB value is (192,40,249). Sum of RGB (Red+Green+Blue) = 192+40+249=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 249 (97.66% from 255 or 51.77% from 481); Max value from RGB is 249 - color contains mainly: blue. Hex color #C028F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C028F9 is #3FD706. Grayscale: #6C6C6C. Windows color (decimal): -4183815 or 16328896. OLE color: 16328896.

HSL color Cylindrical-coordinate representation of color #C028F9: hue angle of 283.64º 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 #C028F9 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 40 249 -
CMYK 0.23 0.84 0 0.02
HSL 283.64º 0.95% 0.57% -
HSV(B) 283.64º 0.84% 0.98% -
XYZ 39.6 19.56 91.31 -
YUV 109.27 206.86 187.01 -
System Red Green Blue C M Y K H S L
Decimal 192 40 249 0.23 0.84 0 0.02 283.64 0.95 0.57
Hex C0 28 F9 17 54 0 2 11C 5F 39
Octal 300 50 371 27 124 0 2 434 137 71
Binary 11000000 101000 11111001 10111 1010100 0 10 100011100 1011111 111001

Color Harmonies of #C028F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C028F9

Black with #C028F9

Text Example


Text Example

White with #C028F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C028F9; }

 p { color: rgb(192,40,249); }

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

background-color css

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

 a { background-color: rgb(192,40,249); }

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

border-color css

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

 span { border-color: rgb(192,40,249); }

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