Html Css Color HEX #C028FB Electric Purple

📋 copy color: '#C028FB'

red 192 ◦ green 40 ◦ blue 251

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

Shades of Electric Purple #C028FB

Tints of Electric Purple #C028FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.97%

R = 39.75%
G = 8.28%
B = 51.97%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C028FB (or 0xC028FB) is known color: Electric Purple. HEX triplet: C0, 28 and FB. RGB value is (192,40,251). Sum of RGB (Red+Green+Blue) = 192+40+251=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #C028FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C028FB is #3FD704. Grayscale: #6C6C6C. Windows color (decimal): -4183813 or 16459968. OLE color: 16459968.

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

Color convert

RGB 192 40 251 -
CMYK 0.24 0.84 0 0.02
HSL 283.22º 0.96% 0.57% -
HSV(B) 283.22º 0.84% 0.98% -
XYZ 39.91 19.69 92.96 -
YUV 109.5 207.86 186.84 -
System Red Green Blue C M Y K H S L
Decimal 192 40 251 0.24 0.84 0 0.02 283.22 0.96 0.57
Hex C0 28 FB 18 54 0 2 11B 60 39
Octal 300 50 373 30 124 0 2 433 140 71
Binary 11000000 101000 11111011 11000 1010100 0 10 100011011 1100000 111001

Color Harmonies of #C028FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C028FB

Black with #C028FB

Text Example


Text Example

White with #C028FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C028FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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