#C203F9

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

Shades of Electric Purple #C203F9

Tints of Electric Purple #C203F9

Color information

#C203F9 (or 0xC203F9) is unknown color: approx Electric Purple. HEX triplet: C2, 03 and F9. RGB value is (194,3,249). Sum of RGB (Red+Green+Blue) = 194+3+249=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 3 (1.56% from 255 or 0.67% from 446); Blue value is 249 (97.66% from 255 or 55.83% from 446); Max value from RGB is 249 - color contains mainly: blue. Hex color #C203F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C203F9 is #3DFC06. Grayscale: #575757. Windows color (decimal): -4062215 or 16319426. OLE color: 16319426.

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

Color convert

RGB1943249-
CMYK0.220.9900.02
HSL286.59º97.62%49.41%-
HSV(B)286.59º98.8%97.65%-
XYZ39.3818.3791.09-
YUV88.15218.78203.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.50%
GREEN value IS 3 (1.56% from 255) = 0.67%
BLUE value IS 249 (97.66% from 255) = 55.83%
R=43.50%
G=0.67%
B=55.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal19432490.220.9900.02286.5997.6249.41
HexC23F916630211f6231
Octal3023371261430243714261
Binary1100001011111110011011011000110101000111111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C203F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C203F9; }

 p { color: rgb(194,3,249); }

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

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

 a { background-color: rgb(194,3,249); }

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

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

 span { border-color: rgb(194,3,249); }

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