Html Css Color HEX #C710FB Electric Purple

📋 copy color: '#C710FB'

red 199 ◦ green 16 ◦ blue 251

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

Shades of Electric Purple #C710FB

Tints of Electric Purple #C710FB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.43%

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

R = 42.7%
G = 3.43%
B = 53.86%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C710FB (or 0xC710FB) is known color: Electric Purple. HEX triplet: C7, 10 and FB. RGB value is (199,16,251). Sum of RGB (Red+Green+Blue) = 199+16+251=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 16 (6.64% from 255 or 3.43% from 466); Blue value is 251 (98.44% from 255 or 53.86% from 466); Max value from RGB is 251 - color contains mainly: blue. Hex color #C710FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C710FB is #38EF04. Grayscale: #606060. Windows color (decimal): -3731205 or 16453831. OLE color: 16453831.

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

Color convert

RGB 199 16 251 -
CMYK 0.21 0.94 0 0.02
HSL 286.72º 0.97% 0.52% -
HSV(B) 286.72º 0.94% 0.98% -
XYZ 41.15 19.48 92.86 -
YUV 97.51 214.63 200.39 -
System Red Green Blue C M Y K H S L
Decimal 199 16 251 0.21 0.94 0 0.02 286.72 0.97 0.52
Hex C7 10 FB 15 5E 0 2 11F 61 34
Octal 307 20 373 25 136 0 2 437 141 64
Binary 11000111 10000 11111011 10101 1011110 0 10 100011111 1100001 110100

Color Harmonies of #C710FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C710FB

Black with #C710FB

Text Example


Text Example

White with #C710FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C710FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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