Html Css Color HEX #C114FC Electric Purple

📋 copy color: '#C114FC'

red 193 ◦ green 20 ◦ blue 252

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

Shades of Electric Purple #C114FC

Tints of Electric Purple #C114FC

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.3%

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

R = 41.51%
G = 4.3%
B = 54.19%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C114FC (or 0xC114FC) is known color: Electric Purple. HEX triplet: C1, 14 and FC. RGB value is (193,20,252). Sum of RGB (Red+Green+Blue) = 193+20+252=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 20 (8.20% from 255 or 4.30% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #C114FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C114FC is #3EEB03. Grayscale: #616161. Windows color (decimal): -4123396 or 16520385. OLE color: 16520385.

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

Color convert

RGB 193 20 252 -
CMYK 0.23 0.92 0 0.01
HSL 284.74º 0.97% 0.53% -
HSV(B) 284.74º 0.92% 0.99% -
XYZ 39.81 18.87 93.64 -
YUV 98.18 214.81 195.64 -
System Red Green Blue C M Y K H S L
Decimal 193 20 252 0.23 0.92 0 0.01 284.74 0.97 0.53
Hex C1 14 FC 17 5C 0 1 11D 61 35
Octal 301 24 374 27 134 0 1 435 141 65
Binary 11000001 10100 11111100 10111 1011100 0 1 100011101 1100001 110101

Color Harmonies of #C114FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C114FC

Black with #C114FC

Text Example


Text Example

White with #C114FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C114FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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