Html Css Color HEX #C012FF Electric Purple

📋 copy color: '#C012FF'

red 192 ◦ green 18 ◦ blue 255

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

Shades of Electric Purple #C012FF

Tints of Electric Purple #C012FF

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.87%

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

R = 41.29%
G = 3.87%
B = 54.84%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C012FF (or 0xC012FF) is known color: Electric Purple. HEX triplet: C0, 12 and FF. RGB value is (192,18,255). Sum of RGB (Red+Green+Blue) = 192+18+255=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #C012FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #C012FF is #3FED00. Grayscale: #606060. Windows color (decimal): -4189441 or 16716480. OLE color: 16716480.

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

Color convert

RGB 192 18 255 -
CMYK 0.25 0.93 0 0
HSL 284.05º 1% 0.54% -
HSV(B) 284.05º 0.93% 1% -
XYZ 40 18.86 96.14 -
YUV 97.04 217.15 195.73 -
System Red Green Blue C M Y K H S L
Decimal 192 18 255 0.25 0.93 0 0 284.05 1 0.54
Hex C0 12 FF 19 5D 0 0 11C 64 36
Octal 300 22 377 31 135 0 0 434 144 66
Binary 11000000 10010 11111111 11001 1011101 0 0 100011100 1100100 110110

Color Harmonies of #C012FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C012FF

Black with #C012FF

Text Example


Text Example

White with #C012FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C012FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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