#C712FB

Color #C712FB Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #C712FB

Tints of Electric Purple #C712FB

Color information

#C712FB (or 0xC712FB) is unknown color: approx Electric Purple. HEX triplet: C7, 12 and FB. RGB value is (199,18,251). Sum of RGB (Red+Green+Blue) = 199+18+251=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 18 (7.42% from 255 or 3.85% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #C712FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C712FB is #38ED04. Grayscale: #616161. Windows color (decimal): -3730693 or 16454343. OLE color: 16454343.

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

Color convert

RGB19918251-
CMYK0.210.9300.02
HSL286.61º96.68%52.75%-
HSV(B)286.61º92.83%98.43%-
XYZ41.1819.5492.87-
YUV98.68213.97199.55-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.52%
GREEN value IS 18 (7.42% from 255) = 3.85%
BLUE value IS 251 (98.44% from 255) = 53.63%
R=42.52%
G=3.85%
B=53.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal199182510.210.9300.02286.6196.6852.75
HexC712FB155D0211f6135
Octal30722373251350243714165
Binary1100011110010111110111010110111010101000111111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C712FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C712FB; }

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

 H1.HeaderClassName
 {
   color: #C712FB;
 }
 .AnyTagClassName
 {
   color: #C712FB;
 }
</style>
background-color css

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

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

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

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

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

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