Html Css Color HEX #C110FA Electric Purple

📋 copy color: '#C110FA'

red 193 ◦ green 16 ◦ blue 250

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

Shades of Electric Purple #C110FA

Tints of Electric Purple #C110FA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.49%

 BLUE value IS 250 (98.05% from 255) = 54.47%

R = 42.05%
G = 3.49%
B = 54.47%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C110FA (or 0xC110FA) is known color: Electric Purple. HEX triplet: C1, 10 and FA. RGB value is (193,16,250). Sum of RGB (Red+Green+Blue) = 193+16+250=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 16 (6.64% from 255 or 3.49% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #C110FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C110FA is #3EEF05. Grayscale: #5E5E5E. Windows color (decimal): -4124422 or 16388289. OLE color: 16388289.

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

Color convert

RGB 193 16 250 -
CMYK 0.23 0.94 0 0.02
HSL 285.38º 0.96% 0.52% -
HSV(B) 285.38º 0.94% 0.98% -
XYZ 39.43 18.61 91.96 -
YUV 95.6 215.14 197.47 -
System Red Green Blue C M Y K H S L
Decimal 193 16 250 0.23 0.94 0 0.02 285.38 0.96 0.52
Hex C1 10 FA 17 5E 0 2 11D 60 34
Octal 301 20 372 27 136 0 2 435 140 64
Binary 11000001 10000 11111010 10111 1011110 0 10 100011101 1100000 110100

Color Harmonies of #C110FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C110FA

Black with #C110FA

Text Example


Text Example

White with #C110FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C110FA; }

 p { color: rgb(193,16,250); }

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

background-color css

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

 a { background-color: rgb(193,16,250); }

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

border-color css

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

 span { border-color: rgb(193,16,250); }

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