Html Css Color HEX #C028FC Electric Purple

📋 copy color: '#C028FC'

red 192 ◦ green 40 ◦ blue 252

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

Shades of Electric Purple #C028FC

Tints of Electric Purple #C028FC

RGB

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

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

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

R = 39.67%
G = 8.26%
B = 52.07%

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

#C028FC (or 0xC028FC) is known color: Electric Purple. HEX triplet: C0, 28 and FC. RGB value is (192,40,252). Sum of RGB (Red+Green+Blue) = 192+40+252=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 40 (16.02% from 255 or 8.26% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #C028FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C028FC is #3FD703. Grayscale: #6C6C6C. Windows color (decimal): -4183812 or 16525504. OLE color: 16525504.

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

Color convert

RGB 192 40 252 -
CMYK 0.24 0.84 0 0.01
HSL 283.02º 0.97% 0.57% -
HSV(B) 283.02º 0.84% 0.99% -
XYZ 40.07 19.75 93.8 -
YUV 109.62 208.36 186.76 -
System Red Green Blue C M Y K H S L
Decimal 192 40 252 0.24 0.84 0 0.01 283.02 0.97 0.57
Hex C0 28 FC 18 54 0 1 11B 61 39
Octal 300 50 374 30 124 0 1 433 141 71
Binary 11000000 101000 11111100 11000 1010100 0 1 100011011 1100001 111001

Color Harmonies of #C028FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C028FC

Black with #C028FC

Text Example


Text Example

White with #C028FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C028FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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