Html Css Color HEX #C700FB Electric Purple

📋 copy color: '#C700FB'

red 199 ◦ green 0 ◦ blue 251

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

Shades of Electric Purple #C700FB

Tints of Electric Purple #C700FB

RGB

 RED value IS 199 (78.13% from 255) = 44.22%

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

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

R = 44.22%
G = 0%
B = 55.78%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C700FB (or 0xC700FB) is known color: Electric Purple. HEX triplet: C7, 00 and FB. RGB value is (199,0,251). Sum of RGB (Red+Green+Blue) = 199+0+251=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 0 (0.39% from 255 or 0% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #C700FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C700FB is #38FF04. Grayscale: #575757. Windows color (decimal): -3735301 or 16449735. OLE color: 16449735.

HSL color Cylindrical-coordinate representation of color #C700FB: hue angle of 287.57º 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 #C700FB is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 199 0 251 -
CMYK 0.21 1 0 0.02
HSL 287.57º 1% 0.49% -
HSV(B) 287.57º 1% 0.98% -
XYZ 40.97 19.11 92.8 -
YUV 88.12 219.93 207.09 -
System Red Green Blue C M Y K H S L
Decimal 199 0 251 0.21 1 0 0.02 287.57 1 0.49
Hex C7 0 FB 15 64 0 2 120 64 31
Octal 307 0 373 25 144 0 2 440 144 61
Binary 11000111 0 11111011 10101 1100100 0 10 100100000 1100100 110001

Color Harmonies of #C700FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C700FB

Black with #C700FB

Text Example


Text Example

White with #C700FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C700FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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