Html Css Color HEX #C10AEB Electric Purple

📋 copy color: '#C10AEB'

red 193 ◦ green 10 ◦ blue 235

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

Shades of Electric Purple #C10AEB

Tints of Electric Purple #C10AEB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.28%

 BLUE value IS 235 (92.19% from 255) = 53.65%

R = 44.06%
G = 2.28%
B = 53.65%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C10AEB (or 0xC10AEB) is known color: Electric Purple. HEX triplet: C1, 0A and EB. RGB value is (193,10,235). Sum of RGB (Red+Green+Blue) = 193+10+235=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 235 (92.19% from 255 or 53.65% from 438); Max value from RGB is 235 - color contains mainly: blue. Hex color #C10AEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10AEB is #3EF514. Grayscale: #595959. Windows color (decimal): -4125973 or 15403713. OLE color: 15403713.

HSL color Cylindrical-coordinate representation of color #C10AEB: hue angle of 288.8º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10AEB is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 10 235 -
CMYK 0.18 0.96 0 0.08
HSL 288.8º 0.92% 0.48% -
HSV(B) 288.8º 0.96% 0.92% -
XYZ 37.1 17.55 80.03 -
YUV 90.37 209.63 201.2 -
System Red Green Blue C M Y K H S L
Decimal 193 10 235 0.18 0.96 0 0.08 288.8 0.92 0.48
Hex C1 A EB 12 60 0 8 121 5C 30
Octal 301 12 353 22 140 0 10 441 134 60
Binary 11000001 1010 11101011 10010 1100000 0 1000 100100001 1011100 110000

Color Harmonies of #C10AEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10AEB

Black with #C10AEB

Text Example


Text Example

White with #C10AEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10AEB; }

 p { color: rgb(193,10,235); }

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

background-color css

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

 a { background-color: rgb(193,10,235); }

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

border-color css

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

 span { border-color: rgb(193,10,235); }

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