Html Css Color HEX #C000FB Electric Purple

📋 copy color: '#C000FB'

red 192 ◦ green 0 ◦ blue 251

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

Shades of Electric Purple #C000FB

Tints of Electric Purple #C000FB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.34%
G = 0%
B = 56.66%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C000FB (or 0xC000FB) is known color: Electric Purple. HEX triplet: C0, 00 and FB. RGB value is (192,0,251). Sum of RGB (Red+Green+Blue) = 192+0+251=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #C000FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C000FB is #3FFF04. Grayscale: #555555. Windows color (decimal): -4194053 or 16449728. OLE color: 16449728.

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

Color convert

RGB 192 0 251 -
CMYK 0.24 1 0 0.02
HSL 285.9º 1% 0.49% -
HSV(B) 285.9º 1% 0.98% -
XYZ 39.15 18.17 92.71 -
YUV 86.02 221.11 203.59 -
System Red Green Blue C M Y K H S L
Decimal 192 0 251 0.24 1 0 0.02 285.9 1 0.49
Hex C0 0 FB 18 64 0 2 11E 64 31
Octal 300 0 373 30 144 0 2 436 144 61
Binary 11000000 0 11111011 11000 1100100 0 10 100011110 1100100 110001

Color Harmonies of #C000FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C000FB

Black with #C000FB

Text Example


Text Example

White with #C000FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C000FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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