Html Css Color HEX #C114FB Electric Purple

📋 copy color: '#C114FB'

red 193 ◦ green 20 ◦ blue 251

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

Shades of Electric Purple #C114FB

Tints of Electric Purple #C114FB

RGB

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

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

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

R = 41.59%
G = 4.31%
B = 54.09%

CMYK

 C value IS 0.23

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C114FB (or 0xC114FB) is known color: Electric Purple. HEX triplet: C1, 14 and FB. RGB value is (193,20,251). Sum of RGB (Red+Green+Blue) = 193+20+251=464 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.59% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #C114FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C114FB is #3EEB04. Grayscale: #616161. Windows color (decimal): -4123397 or 16454849. OLE color: 16454849.

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

Color convert

RGB 193 20 251 -
CMYK 0.23 0.92 0 0.02
HSL 284.94º 0.97% 0.53% -
HSV(B) 284.94º 0.92% 0.98% -
XYZ 39.66 18.8 92.81 -
YUV 98.06 214.31 195.72 -
System Red Green Blue C M Y K H S L
Decimal 193 20 251 0.23 0.92 0 0.02 284.94 0.97 0.53
Hex C1 14 FB 17 5C 0 2 11D 61 35
Octal 301 24 373 27 134 0 2 435 141 65
Binary 11000001 10100 11111011 10111 1011100 0 10 100011101 1100001 110101

Color Harmonies of #C114FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C114FB

Black with #C114FB

Text Example


Text Example

White with #C114FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C114FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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