Html Css Color HEX #C301FF Electric Purple

📋 copy color: '#C301FF'

red 195 ◦ green 1 ◦ blue 255

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

Shades of Electric Purple #C301FF

Tints of Electric Purple #C301FF

RGB

 RED value IS 195 (76.56% from 255) = 43.24%

 GREEN value IS 1 (0.78% from 255) = 0.22%

 BLUE value IS 255 (100% from 255) = 56.54%

R = 43.24%
G = 0.22%
B = 56.54%

CMYK

 C value IS 0.24

 M value IS 1.00

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C301FF (or 0xC301FF) is known color: Electric Purple. HEX triplet: C3, 01 and FF. RGB value is (195,1,255). Sum of RGB (Red+Green+Blue) = 195+1+255=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 1 (0.78% from 255 or 0.22% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #C301FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C301FF is #3CFE00. Grayscale: #575757. Windows color (decimal): -3997185 or 16712131. OLE color: 16712131.

HSL color Cylindrical-coordinate representation of color #C301FF: hue angle of 285.83º 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 #C301FF is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 1 255 -
CMYK 0.24 1.00 0 0
HSL 285.83º 1% 0.5% -
HSV(B) 285.83º 1% 1% -
XYZ 40.57 18.84 96.11 -
YUV 87.96 222.27 204.35 -
System Red Green Blue C M Y K H S L
Decimal 195 1 255 0.24 1.00 0 0 285.83 1 0.5
Hex C3 1 FF 18 64 0 0 11E 64 32
Octal 303 1 377 30 144 0 0 436 144 62
Binary 11000011 1 11111111 11000 1100100 0 0 100011110 1100100 110010

Color Harmonies of #C301FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C301FF

Black with #C301FF

Text Example


Text Example

White with #C301FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C301FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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