Html Css Color HEX #C10FEF Electric Purple

📋 copy color: '#C10FEF'

red 193 ◦ green 15 ◦ blue 239

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

Shades of Electric Purple #C10FEF

Tints of Electric Purple #C10FEF

RGB

 RED value IS 193 (75.78% from 255) = 43.18%

 GREEN value IS 15 (6.25% from 255) = 3.36%

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

R = 43.18%
G = 3.36%
B = 53.47%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C10FEF (or 0xC10FEF) is known color: Electric Purple. HEX triplet: C1, 0F and EF. RGB value is (193,15,239). Sum of RGB (Red+Green+Blue) = 193+15+239=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 15 (6.25% from 255 or 3.36% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #C10FEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10FEF is #3EF010. Grayscale: #5D5D5D. Windows color (decimal): -4124689 or 15667137. OLE color: 15667137.

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

Color convert

RGB 193 15 239 -
CMYK 0.19 0.94 0 0.06
HSL 287.68º 0.88% 0.5% -
HSV(B) 287.68º 0.94% 0.94% -
XYZ 37.74 17.91 83.13 -
YUV 93.76 209.97 198.79 -
System Red Green Blue C M Y K H S L
Decimal 193 15 239 0.19 0.94 0 0.06 287.68 0.88 0.5
Hex C1 F EF 13 5E 0 6 120 58 32
Octal 301 17 357 23 136 0 6 440 130 62
Binary 11000001 1111 11101111 10011 1011110 0 110 100100000 1011000 110010

Color Harmonies of #C10FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10FEF

Black with #C10FEF

Text Example


Text Example

White with #C10FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10FEF; }

 p { color: rgb(193,15,239); }

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

background-color css

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

 a { background-color: rgb(193,15,239); }

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

border-color css

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

 span { border-color: rgb(193,15,239); }

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