Html Css Color HEX #C10FEE Electric Purple

📋 copy color: '#C10FEE'

red 193 ◦ green 15 ◦ blue 238

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

Shades of Electric Purple #C10FEE

Tints of Electric Purple #C10FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.36%

R = 43.27%
G = 3.36%
B = 53.36%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C10FEE (or 0xC10FEE) is known color: Electric Purple. HEX triplet: C1, 0F and EE. RGB value is (193,15,238). Sum of RGB (Red+Green+Blue) = 193+15+238=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 15 (6.25% from 255 or 3.36% from 446); Blue value is 238 (93.36% from 255 or 53.36% from 446); Max value from RGB is 238 - color contains mainly: blue. Hex color #C10FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10FEE is #3EF011. Grayscale: #5C5C5C. Windows color (decimal): -4124690 or 15601601. OLE color: 15601601.

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

Color convert

RGB 193 15 238 -
CMYK 0.19 0.94 0 0.07
HSL 287.89º 0.88% 0.5% -
HSV(B) 287.89º 0.94% 0.93% -
XYZ 37.6 17.85 82.35 -
YUV 93.64 209.47 198.87 -
System Red Green Blue C M Y K H S L
Decimal 193 15 238 0.19 0.94 0 0.07 287.89 0.88 0.5
Hex C1 F EE 13 5E 0 7 120 58 32
Octal 301 17 356 23 136 0 7 440 130 62
Binary 11000001 1111 11101110 10011 1011110 0 111 100100000 1011000 110010

Color Harmonies of #C10FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10FEE

Black with #C10FEE

Text Example


Text Example

White with #C10FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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