Html Css Color HEX #C10AFF Electric Purple

📋 copy color: '#C10AFF'

red 193 ◦ green 10 ◦ blue 255

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

Shades of Electric Purple #C10AFF

Tints of Electric Purple #C10AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.68%

R = 42.14%
G = 2.18%
B = 55.68%

CMYK

 C value IS 0.24

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C10AFF (or 0xC10AFF) is known color: Electric Purple. HEX triplet: C1, 0A and FF. RGB value is (193,10,255). Sum of RGB (Red+Green+Blue) = 193+10+255=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 10 (4.30% from 255 or 2.18% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #C10AFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10AFF is #3EF500. Grayscale: #5B5B5B. Windows color (decimal): -4125953 or 16714433. OLE color: 16714433.

HSL color Cylindrical-coordinate representation of color #C10AFF: hue angle of 284.82º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10AFF is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 193 10 255 -
CMYK 0.24 0.96 0 0
HSL 284.82º 1% 0.52% -
HSV(B) 284.82º 0.96% 1% -
XYZ 40.15 18.77 96.12 -
YUV 92.65 219.63 199.58 -
System Red Green Blue C M Y K H S L
Decimal 193 10 255 0.24 0.96 0 0 284.82 1 0.52
Hex C1 A FF 18 60 0 0 11D 64 34
Octal 301 12 377 30 140 0 0 435 144 64
Binary 11000001 1010 11111111 11000 1100000 0 0 100011101 1100100 110100

Color Harmonies of #C10AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10AFF

Black with #C10AFF

Text Example


Text Example

White with #C10AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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