Html Css Color HEX #C10FE8 Electric Purple

📋 copy color: '#C10FE8'

red 193 ◦ green 15 ◦ blue 232

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

Shades of Electric Purple #C10FE8

Tints of Electric Purple #C10FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.73%

R = 43.86%
G = 3.41%
B = 52.73%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#C10FE8 (or 0xC10FE8) is known color: Electric Purple. HEX triplet: C1, 0F and E8. RGB value is (193,15,232). Sum of RGB (Red+Green+Blue) = 193+15+232=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 15 (6.25% from 255 or 3.41% from 440); Blue value is 232 (91.02% from 255 or 52.73% from 440); Max value from RGB is 232 - color contains mainly: blue. Hex color #C10FE8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10FE8 is #3EF017. Grayscale: #5C5C5C. Windows color (decimal): -4124696 or 15208385. OLE color: 15208385.

HSL color Cylindrical-coordinate representation of color #C10FE8: hue angle of 289.22º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C10FE8 is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 193 15 232 -
CMYK 0.17 0.94 0 0.09
HSL 289.22º 0.88% 0.48% -
HSV(B) 289.22º 0.94% 0.91% -
XYZ 36.73 17.51 77.79 -
YUV 92.96 206.47 199.36 -
System Red Green Blue C M Y K H S L
Decimal 193 15 232 0.17 0.94 0 0.09 289.22 0.88 0.48
Hex C1 F E8 11 5E 0 9 121 58 30
Octal 301 17 350 21 136 0 11 441 130 60
Binary 11000001 1111 11101000 10001 1011110 0 1001 100100001 1011000 110000

Color Harmonies of #C10FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10FE8

Black with #C10FE8

Text Example


Text Example

White with #C10FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10FE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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