Html Css Color HEX #C026FB Electric Purple

📋 copy color: '#C026FB'

red 192 ◦ green 38 ◦ blue 251

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

Shades of Electric Purple #C026FB

Tints of Electric Purple #C026FB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.9%

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

R = 39.92%
G = 7.9%
B = 52.18%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C026FB (or 0xC026FB) is known color: Electric Purple. HEX triplet: C0, 26 and FB. RGB value is (192,38,251). Sum of RGB (Red+Green+Blue) = 192+38+251=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 38 (15.23% from 255 or 7.90% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #C026FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C026FB is #3FD904. Grayscale: #6B6B6B. Windows color (decimal): -4184325 or 16459456. OLE color: 16459456.

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

Color convert

RGB 192 38 251 -
CMYK 0.24 0.85 0 0.02
HSL 283.38º 0.96% 0.57% -
HSV(B) 283.38º 0.85% 0.98% -
XYZ 39.84 19.56 92.94 -
YUV 108.33 208.52 187.68 -
System Red Green Blue C M Y K H S L
Decimal 192 38 251 0.24 0.85 0 0.02 283.38 0.96 0.57
Hex C0 26 FB 18 55 0 2 11B 60 39
Octal 300 46 373 30 125 0 2 433 140 71
Binary 11000000 100110 11111011 11000 1010101 0 10 100011011 1100000 111001

Color Harmonies of #C026FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C026FB

Black with #C026FB

Text Example


Text Example

White with #C026FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C026FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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