Html Css Color HEX #C014FC Electric Purple

📋 copy color: '#C014FC'

red 192 ◦ green 20 ◦ blue 252

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

Shades of Electric Purple #C014FC

Tints of Electric Purple #C014FC

RGB

 RED value IS 192 (75.39% from 255) = 41.38%

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

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

R = 41.38%
G = 4.31%
B = 54.31%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C014FC (or 0xC014FC) is known color: Electric Purple. HEX triplet: C0, 14 and FC. RGB value is (192,20,252). Sum of RGB (Red+Green+Blue) = 192+20+252=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 20 (8.20% from 255 or 4.31% from 464); Blue value is 252 (98.83% from 255 or 54.31% from 464); Max value from RGB is 252 - color contains mainly: blue. Hex color #C014FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C014FC is #3FEB03. Grayscale: #616161. Windows color (decimal): -4188932 or 16520384. OLE color: 16520384.

HSL color Cylindrical-coordinate representation of color #C014FC: hue angle of 284.48º 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 #C014FC is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 192 20 252 -
CMYK 0.24 0.92 0 0.01
HSL 284.48º 0.97% 0.53% -
HSV(B) 284.48º 0.92% 0.99% -
XYZ 39.56 18.74 93.63 -
YUV 97.88 214.98 195.14 -
System Red Green Blue C M Y K H S L
Decimal 192 20 252 0.24 0.92 0 0.01 284.48 0.97 0.53
Hex C0 14 FC 18 5C 0 1 11C 61 35
Octal 300 24 374 30 134 0 1 434 141 65
Binary 11000000 10100 11111100 11000 1011100 0 1 100011100 1100001 110101

Color Harmonies of #C014FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C014FC

Black with #C014FC

Text Example


Text Example

White with #C014FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C014FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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