Html Css Color HEX #C014FF Electric Purple

📋 copy color: '#C014FF'

red 192 ◦ green 20 ◦ blue 255

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

Shades of Electric Purple #C014FF

Tints of Electric Purple #C014FF

RGB

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

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

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

R = 41.11%
G = 4.28%
B = 54.6%

CMYK

 C value IS 0.25

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C014FF (or 0xC014FF) is known color: Electric Purple. HEX triplet: C0, 14 and FF. RGB value is (192,20,255). Sum of RGB (Red+Green+Blue) = 192+20+255=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 20 (8.20% from 255 or 4.28% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #C014FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C014FF is #3FEB00. Grayscale: #616161. Windows color (decimal): -4188929 or 16716992. OLE color: 16716992.

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

Color convert

RGB 192 20 255 -
CMYK 0.25 0.92 0 0
HSL 283.91º 1% 0.54% -
HSV(B) 283.91º 0.92% 1% -
XYZ 40.04 18.93 96.15 -
YUV 98.22 216.48 194.89 -
System Red Green Blue C M Y K H S L
Decimal 192 20 255 0.25 0.92 0 0 283.91 1 0.54
Hex C0 14 FF 19 5C 0 0 11C 64 36
Octal 300 24 377 31 134 0 0 434 144 66
Binary 11000000 10100 11111111 11001 1011100 0 0 100011100 1100100 110110

Color Harmonies of #C014FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C014FF

Black with #C014FF

Text Example


Text Example

White with #C014FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C014FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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