Html Css Color HEX #C10AFB Electric Purple

📋 copy color: '#C10AFB'

red 193 ◦ green 10 ◦ blue 251

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

Shades of Electric Purple #C10AFB

Tints of Electric Purple #C10AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 55.29%

R = 42.51%
G = 2.2%
B = 55.29%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C10AFB (or 0xC10AFB) is known color: Electric Purple. HEX triplet: C1, 0A and FB. RGB value is (193,10,251). Sum of RGB (Red+Green+Blue) = 193+10+251=454 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.51% from 454); Green value is 10 (4.30% from 255 or 2.20% from 454); Blue value is 251 (98.44% from 255 or 55.29% from 454); Max value from RGB is 251 - color contains mainly: blue. Hex color #C10AFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C10AFB is #3EF504. Grayscale: #5B5B5B. Windows color (decimal): -4125957 or 16452289. OLE color: 16452289.

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

Color convert

RGB 193 10 251 -
CMYK 0.23 0.96 0 0.02
HSL 285.56º 0.97% 0.51% -
HSV(B) 285.56º 0.96% 0.98% -
XYZ 39.51 18.52 92.76 -
YUV 92.19 217.63 199.9 -
System Red Green Blue C M Y K H S L
Decimal 193 10 251 0.23 0.96 0 0.02 285.56 0.97 0.51
Hex C1 A FB 17 60 0 2 11E 61 33
Octal 301 12 373 27 140 0 2 436 141 63
Binary 11000001 1010 11111011 10111 1100000 0 10 100011110 1100001 110011

Color Harmonies of #C10AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C10AFB

Black with #C10AFB

Text Example


Text Example

White with #C10AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C10AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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