Html Css Color HEX #C711F0 Electric Purple

📋 copy color: '#C711F0'

red 199 ◦ green 17 ◦ blue 240

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

Shades of Electric Purple #C711F0

Tints of Electric Purple #C711F0

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.73%

 BLUE value IS 240 (94.14% from 255) = 52.63%

R = 43.64%
G = 3.73%
B = 52.63%

CMYK

 C value IS 0.17

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C711F0 (or 0xC711F0) is known color: Electric Purple. HEX triplet: C7, 11 and F0. RGB value is (199,17,240). Sum of RGB (Red+Green+Blue) = 199+17+240=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 17 (7.03% from 255 or 3.73% from 456); Blue value is 240 (94.14% from 255 or 52.63% from 456); Max value from RGB is 240 - color contains mainly: blue. Hex color #C711F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C711F0 is #38EE0F. Grayscale: #606060. Windows color (decimal): -3730960 or 15733191. OLE color: 15733191.

HSL color Cylindrical-coordinate representation of color #C711F0: hue angle of 288.97º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C711F0 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 199 17 240 -
CMYK 0.17 0.93 0 0.06
HSL 288.97º 0.88% 0.5% -
HSV(B) 288.97º 0.93% 0.94% -
XYZ 39.48 18.83 83.99 -
YUV 96.84 208.8 200.87 -
System Red Green Blue C M Y K H S L
Decimal 199 17 240 0.17 0.93 0 0.06 288.97 0.88 0.5
Hex C7 11 F0 11 5D 0 6 121 58 32
Octal 307 21 360 21 135 0 6 441 130 62
Binary 11000111 10001 11110000 10001 1011101 0 110 100100001 1011000 110010

Color Harmonies of #C711F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C711F0

Black with #C711F0

Text Example


Text Example

White with #C711F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C711F0; }

 p { color: rgb(199,17,240); }

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

background-color css

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

 a { background-color: rgb(199,17,240); }

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

border-color css

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

 span { border-color: rgb(199,17,240); }

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