Html Css Color HEX #C10AEA Electric Purple

📋 copy color: '#C10AEA'

red 193 ◦ green 10 ◦ blue 234

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

Shades of Electric Purple #C10AEA

Tints of Electric Purple #C10AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.55%

R = 44.16%
G = 2.29%
B = 53.55%

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

#C10AEA (or 0xC10AEA) is known color: Electric Purple. HEX triplet: C1, 0A and EA. RGB value is (193,10,234). Sum of RGB (Red+Green+Blue) = 193+10+234=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #C10AEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10AEA is #3EF515. Grayscale: #595959. Windows color (decimal): -4125974 or 15338177. OLE color: 15338177.

HSL color Cylindrical-coordinate representation of color #C10AEA: hue angle of 289.02º 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 #C10AEA is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 193 10 234 -
CMYK 0.18 0.96 0 0.08
HSL 289.02º 0.92% 0.48% -
HSV(B) 289.02º 0.96% 0.92% -
XYZ 36.95 17.5 79.27 -
YUV 90.25 209.13 201.29 -
System Red Green Blue C M Y K H S L
Decimal 193 10 234 0.18 0.96 0 0.08 289.02 0.92 0.48
Hex C1 A EA 12 60 0 8 121 5C 30
Octal 301 12 352 22 140 0 10 441 134 60
Binary 11000001 1010 11101010 10010 1100000 0 1000 100100001 1011100 110000

Color Harmonies of #C10AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10AEA

Black with #C10AEA

Text Example


Text Example

White with #C10AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10AEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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