Html Css Color HEX #C301EF Electric Purple

📋 copy color: '#C301EF'

red 195 ◦ green 1 ◦ blue 239

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

Shades of Electric Purple #C301EF

Tints of Electric Purple #C301EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.94%

R = 44.83%
G = 0.23%
B = 54.94%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C301EF (or 0xC301EF) is known color: Electric Purple. HEX triplet: C3, 01 and EF. RGB value is (195,1,239). Sum of RGB (Red+Green+Blue) = 195+1+239=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #C301EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C301EF is #3CFE10. Grayscale: #555555. Windows color (decimal): -3997201 or 15663555. OLE color: 15663555.

HSL color Cylindrical-coordinate representation of color #C301EF: hue angle of 288.91º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C301EF is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 195 1 239 -
CMYK 0.18 1.00 0 0.06
HSL 288.91º 0.99% 0.47% -
HSV(B) 288.91º 1% 0.94% -
XYZ 38.1 17.86 83.1 -
YUV 86.14 214.27 205.65 -
System Red Green Blue C M Y K H S L
Decimal 195 1 239 0.18 1.00 0 0.06 288.91 0.99 0.47
Hex C3 1 EF 12 64 0 6 121 63 2F
Octal 303 1 357 22 144 0 6 441 143 57
Binary 11000011 1 11101111 10010 1100100 0 110 100100001 1100011 101111

Color Harmonies of #C301EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C301EF

Black with #C301EF

Text Example


Text Example

White with #C301EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C301EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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