#C300FF

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

Shades of Electric Purple #C300FF

Tints of Electric Purple #C300FF

Color information

#C300FF (or 0xC300FF) is unknown color: approx Electric Purple. HEX triplet: C3, 00 and FF. RGB value is (195,0,255). Sum of RGB (Red+Green+Blue) = 195+0+255=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 0 (0.39% from 255 or 0% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #C300FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C300FF is #3CFF00. Grayscale: #565656. Windows color (decimal): -3997441 or 16711875. OLE color: 16711875.

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

Color convert

RGB1950255-
CMYK0.24100
HSL285.88º100%50%-
HSV(B)285.88º100%100%-
XYZ40.5618.8296.1-
YUV87.38222.6204.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 56.67%
R=43.33%
G=0%
B=56.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal19502550.24100285.8810050
HexC30FF18640011e6432
Octal3030377301440043614462
Binary11000011011111111110001100100001000111101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C300FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C300FF; }

 p { color: rgb(195,0,255); }

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

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

 a { background-color: rgb(195,0,255); }

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

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

 span { border-color: rgb(195,0,255); }

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