Html Css Color HEX #C110FF Electric Purple

📋 copy color: '#C110FF'

red 193 ◦ green 16 ◦ blue 255

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

Shades of Electric Purple #C110FF

Tints of Electric Purple #C110FF

RGB

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

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

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

R = 41.59%
G = 3.45%
B = 54.96%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C110FF (or 0xC110FF) is known color: Electric Purple. HEX triplet: C1, 10 and FF. RGB value is (193,16,255). Sum of RGB (Red+Green+Blue) = 193+16+255=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 16 (6.64% from 255 or 3.45% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #C110FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C110FF is #3EEF00. Grayscale: #5F5F5F. Windows color (decimal): -4124417 or 16715969. OLE color: 16715969.

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

Color convert

RGB 193 16 255 -
CMYK 0.24 0.94 0 0
HSL 284.44º 1% 0.53% -
HSV(B) 284.44º 0.94% 1% -
XYZ 40.23 18.93 96.14 -
YUV 96.17 217.64 197.07 -
System Red Green Blue C M Y K H S L
Decimal 193 16 255 0.24 0.94 0 0 284.44 1 0.53
Hex C1 10 FF 18 5E 0 0 11C 64 35
Octal 301 20 377 30 136 0 0 434 144 65
Binary 11000001 10000 11111111 11000 1011110 0 0 100011100 1100100 110101

Color Harmonies of #C110FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C110FF

Black with #C110FF

Text Example


Text Example

White with #C110FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C110FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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