#C200FC

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

Shades of Electric Purple #C200FC

Tints of Electric Purple #C200FC

Color information

#C200FC (or 0xC200FC) is unknown color: approx Electric Purple. HEX triplet: C2, 00 and FC. RGB value is (194,0,252). Sum of RGB (Red+Green+Blue) = 194+0+252=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 0 (0.39% from 255 or 0% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #C200FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C200FC is #3DFF03. Grayscale: #555555. Windows color (decimal): -4062980 or 16515266. OLE color: 16515266.

HSL color Cylindrical-coordinate representation of color #C200FC: hue angle of 286.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C200FC is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1940252-
CMYK0.23100.01
HSL286.19º100%49.41%-
HSV(B)286.19º100%98.82%-
XYZ39.8218.593.57-
YUV86.73221.27204.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.50%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 252 (98.83% from 255) = 56.50%
R=43.50%
G=0%
B=56.50%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal19402520.23100.01286.1910049.41
HexC20FC17640111e6431
Octal3020374271440143614461
Binary11000010011111100101111100100011000111101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C200FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C200FC; }

 p { color: rgb(194,0,252); }

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

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

 a { background-color: rgb(194,0,252); }

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

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

 span { border-color: rgb(194,0,252); }

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