Html Css Color HEX #C110FD Electric Purple

📋 copy color: '#C110FD'

red 193 ◦ green 16 ◦ blue 253

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

Shades of Electric Purple #C110FD

Tints of Electric Purple #C110FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.76%

R = 41.77%
G = 3.46%
B = 54.76%

CMYK

 C value IS 0.24

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C110FD (or 0xC110FD) is known color: Electric Purple. HEX triplet: C1, 10 and FD. RGB value is (193,16,253). Sum of RGB (Red+Green+Blue) = 193+16+253=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 16 (6.64% from 255 or 3.46% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #C110FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C110FD is #3EEF02. Grayscale: #5F5F5F. Windows color (decimal): -4124419 or 16584897. OLE color: 16584897.

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

Color convert

RGB 193 16 253 -
CMYK 0.24 0.94 0 0.01
HSL 284.81º 0.98% 0.53% -
HSV(B) 284.81º 0.94% 0.99% -
XYZ 39.91 18.8 94.45 -
YUV 95.94 216.64 197.23 -
System Red Green Blue C M Y K H S L
Decimal 193 16 253 0.24 0.94 0 0.01 284.81 0.98 0.53
Hex C1 10 FD 18 5E 0 1 11D 62 35
Octal 301 20 375 30 136 0 1 435 142 65
Binary 11000001 10000 11111101 11000 1011110 0 1 100011101 1100010 110101

Color Harmonies of #C110FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C110FD

Black with #C110FD

Text Example


Text Example

White with #C110FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C110FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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