Html Css Color HEX #C10AFC Electric Purple

📋 copy color: '#C10AFC'

red 193 ◦ green 10 ◦ blue 252

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

Shades of Electric Purple #C10AFC

Tints of Electric Purple #C10AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.38%

R = 42.42%
G = 2.2%
B = 55.38%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C10AFC (or 0xC10AFC) is known color: Electric Purple. HEX triplet: C1, 0A and FC. RGB value is (193,10,252). Sum of RGB (Red+Green+Blue) = 193+10+252=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 10 (4.30% from 255 or 2.20% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #C10AFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10AFC is #3EF503. Grayscale: #5B5B5B. Windows color (decimal): -4125956 or 16517825. OLE color: 16517825.

HSL color Cylindrical-coordinate representation of color #C10AFC: hue angle of 285.37º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C10AFC is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 193 10 252 -
CMYK 0.23 0.96 0 0.01
HSL 285.37º 0.98% 0.51% -
HSV(B) 285.37º 0.96% 0.99% -
XYZ 39.67 18.58 93.59 -
YUV 92.31 218.13 199.82 -
System Red Green Blue C M Y K H S L
Decimal 193 10 252 0.23 0.96 0 0.01 285.37 0.98 0.51
Hex C1 A FC 17 60 0 1 11D 62 33
Octal 301 12 374 27 140 0 1 435 142 63
Binary 11000001 1010 11111100 10111 1100000 0 1 100011101 1100010 110011

Color Harmonies of #C10AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10AFC

Black with #C10AFC

Text Example


Text Example

White with #C10AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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