Html Css Color HEX #C008FB Electric Purple

📋 copy color: '#C008FB'

red 192 ◦ green 8 ◦ blue 251

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

Shades of Electric Purple #C008FB

Tints of Electric Purple #C008FB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.77%

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

R = 42.57%
G = 1.77%
B = 55.65%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C008FB (or 0xC008FB) is known color: Electric Purple. HEX triplet: C0, 08 and FB. RGB value is (192,8,251). Sum of RGB (Red+Green+Blue) = 192+8+251=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 8 (3.52% from 255 or 1.77% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #C008FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C008FB is #3FF704. Grayscale: #595959. Windows color (decimal): -4192005 or 16451776. OLE color: 16451776.

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

Color convert

RGB 192 8 251 -
CMYK 0.24 0.97 0 0.02
HSL 285.43º 0.97% 0.51% -
HSV(B) 285.43º 0.97% 0.98% -
XYZ 39.24 18.35 92.74 -
YUV 90.72 218.46 200.24 -
System Red Green Blue C M Y K H S L
Decimal 192 8 251 0.24 0.97 0 0.02 285.43 0.97 0.51
Hex C0 8 FB 18 61 0 2 11D 61 33
Octal 300 10 373 30 141 0 2 435 141 63
Binary 11000000 1000 11111011 11000 1100001 0 10 100011101 1100001 110011

Color Harmonies of #C008FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C008FB

Black with #C008FB

Text Example


Text Example

White with #C008FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C008FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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